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

17 lines
237 B
Protocol Buffer
Raw Normal View History

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;
}