DocSpace-buildtools/common/ASC.Core.Common/protos/AzRecordCache.proto

15 lines
327 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2019-10-29 12:26:23 +00:00
import "google/protobuf/wrappers.proto";
package ASC.Core;
message AzRecordCache {
2019-10-29 12:26:23 +00:00
google.protobuf.StringValue SubjectId = 1;
2019-10-29 12:26:23 +00:00
google.protobuf.StringValue ActionId = 2;
2019-10-29 12:26:23 +00:00
google.protobuf.StringValue ObjectId = 3;
2019-10-29 12:26:23 +00:00
google.protobuf.StringValue Reaction = 4;
int32 Tenant = 5;
}