DocSpace-buildtools/common/ASC.Core.Common/protos/group_cache_item.proto

8 lines
119 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package ASC.Core.Caching;
message GroupCacheItem {
string id = 1;
2022-08-31 18:06:26 +00:00
int32 tenant = 2;
}