DocSpace-client/products/ASC.Files/Server/proto/BoxCacheItem.proto
2020-03-11 18:39:48 +03:00

10 lines
179 B
Protocol Buffer

syntax = "proto3";
package ASC.Files.Thirdparty.Box;
message BoxCacheItem {
bool ResetAll = 1;
bool IsFile = 2;
bool IsFileExists = 3;
string Key = 4;
}