DocSpace-client/products/ASC.Files/Server/proto/DropboxCacheItem.proto
2020-03-06 16:17:17 +03:00

10 lines
187 B
Protocol Buffer

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