DocSpace-buildtools/common/ASC.Data.Storage/protos/ProgressEncryption.proto

8 lines
140 B
Protocol Buffer
Raw Normal View History

2020-09-02 10:54:50 +00:00
syntax = "proto3";
package ASC.Data.Storage.Encryption;
message ProgressEncryption {
2020-09-18 17:57:51 +00:00
double Progress = 1;
int32 TenantId = 2;
2020-09-02 10:54:50 +00:00
}