DocSpace-buildtools/web/ASC.Web.Core/protos/WebItemSecurityNotifier.proto

8 lines
111 B
Protocol Buffer
Raw Normal View History


syntax = "proto3";
package ASC.Web.Core;
message WebItemSecurityNotifier {
2019-09-16 14:51:39 +00:00
int32 Tenant = 1;
}