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

17 lines
237 B
Protocol Buffer

syntax = "proto3";
package ASC.Core;
message SubscriptionRecord {
string RecipientId = 1;
string ActionId = 2;
string ObjectId = 3;
string SourceId = 4;
bool Subscribed = 5;
int32 Tenant = 6;
}