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

7 lines
110 B
Protocol Buffer
Raw Normal View History

2020-09-25 11:13:43 +00:00
syntax = "proto3";
package ASC.Core.Common.Notify;
message DisableClientProto {
int32 tenant_id= 1;
2020-09-25 11:13:43 +00:00
}