CabinetProto_Event_SearchRequest$json top-level constant

  1. @Deprecated('Use cabinetProtoDescriptor instead')
Map<String, Object> const CabinetProto_Event_SearchRequest$json

Implementation

@$core.Deprecated('Use cabinetProtoDescriptor instead')
const CabinetProto_Event_SearchRequest$json = {
  '1': 'SearchRequest',
  '2': [
    {'1': 'cabinet_id', '3': 1, '4': 1, '5': 3, '10': 'cabinetId'},
    {
      '1': 'active',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.Platform.BooleanFilterType',
      '10': 'active'
    },
    {
      '1': 'event_type',
      '3': 3,
      '4': 3,
      '5': 14,
      '6': '.Spic.CabinetProto.Event.EventType',
      '10': 'eventType'
    },
    {'1': 'page', '3': 4, '4': 1, '5': 5, '10': 'page'},
    {'1': 'count', '3': 5, '4': 1, '5': 5, '10': 'count'},
    {'1': 'descOrder', '3': 6, '4': 1, '5': 8, '10': 'descOrder'},
    {
      '1': 'date_from',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'dateFrom'
    },
    {
      '1': 'date_to',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'dateTo'
    },
  ],
};