RemoveCustomDomainRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use removeCustomDomainRequestDescriptor instead')
const RemoveCustomDomainRequest$json = {
  '1': 'RemoveCustomDomainRequest',
  '2': [
    {'1': 'instance_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'instanceId'},
    {
      '1': 'custom_domain',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'customDomain'
    },
  ],
};