RemoveQuotaRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use removeQuotaRequestDescriptor instead')
const RemoveQuotaRequest$json = {
  '1': 'RemoveQuotaRequest',
  '2': [
    {'1': 'instance_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'instanceId'},
    {
      '1': 'unit',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.zitadel.quota.v1.Unit',
      '10': 'unit'
    },
  ],
};