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

8 lines
97 B
Protocol Buffer
Raw Normal View History


syntax = "proto3";
package ASC.Web.Core;
message SmsKeyCacheKey {
string Key = 1;
}