Код: Выделить всё
message QuotationItemEntry {
// Other fields
google.protobuf.Struct metadata = 15;
}
Код: Выделить всё
public class QuotationItem {
// Other entity fields
private Map metadata;
}
Код: Выделить всё
message QuotationItemEntry {
// Other fields
google.protobuf.Struct metadata = 15;
}
Код: Выделить всё
public class QuotationItem {
// Other entity fields
private Map metadata;
}