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

8 lines
158 B
Protocol Buffer

syntax = "proto3";
package ASC.Files.Thirdparty.SharePoint;
message SharePointProviderCacheItem {
string FileKey = 1;
string FolderKey = 2;
}