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

8 lines
139 B
Protocol Buffer

syntax = "proto3";
package ASC.Core.Common.Configuration;
message ConsumerCacheItem {
string name = 1;
int32 tenant_id = 2;
}