DocSpace-client/products/ASC.Files/Server/proto/OneDriveCacheItem.proto

8 lines
139 B
Protocol Buffer

syntax = "proto3";
package ASC.Files.Thirdparty.OneDrive;
message OneDriveCacheItem {
bool ResetAll = 1;
string Key = 2;
}