UsersServiceSearchAllReq$json top-level constant

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

Implementation

@$core.Deprecated('Use usersServiceSearchAllReqDescriptor instead')
const UsersServiceSearchAllReq$json = {
  '1': 'UsersServiceSearchAllReq',
  '2': [
    {
      '1': 'is_active',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.Scailo.BOOL_FILTER',
      '9': 0,
      '10': 'isActive',
      '17': true
    },
    {'1': 'count', '3': 2, '4': 1, '5': 3, '8': {}, '10': 'count'},
    {
      '1': 'offset',
      '3': 3,
      '4': 1,
      '5': 4,
      '8': {},
      '9': 1,
      '10': 'offset',
      '17': true
    },
    {
      '1': 'sort_order',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.Scailo.SORT_ORDER',
      '9': 2,
      '10': 'sortOrder',
      '17': true
    },
    {
      '1': 'sort_key',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.Scailo.USER_SORT_KEY',
      '9': 3,
      '10': 'sortKey',
      '17': true
    },
    {
      '1': 'entity_uuid',
      '3': 6,
      '4': 1,
      '5': 9,
      '9': 4,
      '10': 'entityUuid',
      '17': true
    },
    {
      '1': 'user_type',
      '3': 7,
      '4': 1,
      '5': 14,
      '6': '.Scailo.USER_TYPE',
      '9': 5,
      '10': 'userType',
      '17': true
    },
    {
      '1': 'status',
      '3': 10,
      '4': 1,
      '5': 14,
      '6': '.Scailo.STANDARD_LIFECYCLE_STATUS',
      '9': 6,
      '10': 'status',
      '17': true
    },
    {
      '1': 'search_key',
      '3': 11,
      '4': 1,
      '5': 9,
      '9': 7,
      '10': 'searchKey',
      '17': true
    },
    {
      '1': 'vendor_id',
      '3': 70,
      '4': 1,
      '5': 4,
      '9': 8,
      '10': 'vendorId',
      '17': true
    },
    {
      '1': 'client_id',
      '3': 71,
      '4': 1,
      '5': 4,
      '9': 9,
      '10': 'clientId',
      '17': true
    },
  ],
  '8': [
    {'1': '_is_active'},
    {'1': '_offset'},
    {'1': '_sort_order'},
    {'1': '_sort_key'},
    {'1': '_entity_uuid'},
    {'1': '_user_type'},
    {'1': '_status'},
    {'1': '_search_key'},
    {'1': '_vendor_id'},
    {'1': '_client_id'},
  ],
};