DocSpace-buildtools/common/ASC.Core.Common/protos/AzRecordCache.proto
2019-07-22 15:31:09 +03:00

15 lines
202 B
Protocol Buffer

syntax = "proto3";
package ASC.Core;
message AzRecordCache {
string SubjectId = 1;
string ActionId = 2;
string ObjectId = 3;
string Reaction = 4;
int32 Tenant = 5;
}