CountInSLCStatusRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use countInSLCStatusRequestDescriptor instead')
const CountInSLCStatusRequest$json = {
  '1': 'CountInSLCStatusRequest',
  '2': [
    {
      '1': 'is_active',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.Scailo.BOOL_FILTER',
      '10': 'isActive'
    },
    {
      '1': 'status',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.Scailo.STANDARD_LIFECYCLE_STATUS',
      '10': 'status'
    },
  ],
};