AddCustomDomainRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use addCustomDomainRequestDescriptor instead')
const AddCustomDomainRequest$json = {
  '1': 'AddCustomDomainRequest',
  '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'
    },
  ],
};