DocSpace-buildtools/products/ASC.Files/Server/proto/GoogleDriveCacheItem.proto

12 lines
257 B
Protocol Buffer
Raw Normal View History

2020-03-12 11:29:36 +00:00
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;
}