DocSpace-buildtools/products/ASC.Files/Server/proto/GoogleDriveCacheItem.proto
2020-03-12 14:29:36 +03:00

12 lines
257 B
Protocol Buffer

syntax = "proto3";
package ASC.Files.Thirdparty.GoogleDrive;
message GoogleDriveCacheItem {
bool ResetAll = 1;
bool ResetEntry = 2;
bool ResetChilds = 3;
string Key = 4;
bool ChildFolder = 5;
bool ChildFolderExist = 6;
}