DocSpace-buildtools/common/ASC.Core.Common/protos/NotifyInvoke.proto
2020-09-08 15:07:59 +03:00

10 lines
182 B
Protocol Buffer

syntax = "proto3";
package ASC.Notify.Messages;
message NotifyInvoke {
string Service = 1;
string Method = 2;
int32 Tenant = 3;
repeated string Parameters = 4;
}