propresenter-php/php/proto/proApiV1Identifier.proto
2026-03-01 16:12:17 +01:00

15 lines
259 B
Protocol Buffer
Executable file

syntax = "proto3";
package rv.data;
option cc_enable_arenas = true;
option csharp_namespace = "Pro.SerializationInterop.RVProtoData";
option swift_prefix = "RVData_";
message API_v1_Identifier {
string uuid = 1;
string name = 2;
uint32 index = 3;
}