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

15 lines
219 B
Protocol Buffer

syntax = "proto3";
package ASC.Core;
message SubscriptionMethodCache {
string recipient_id = 1;
string action_id = 2;
string source_id = 3;
repeated string methods = 4;
int32 tenant = 5;
}