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

15 lines
224 B
Protocol Buffer

syntax = "proto3";
package ASC.Core;
message SubscriptionMethodCache {
string RecipientId = 1;
string ActionId = 2;
string SourceId = 3;
repeated string Methods = 4;
int32 Tenant = 5;
}