RemoveTrustedDomainRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use removeTrustedDomainRequestDescriptor instead')
const RemoveTrustedDomainRequest$json = {
  '1': 'RemoveTrustedDomainRequest',
  '2': [
    {'1': 'instance_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'instanceId'},
    {
      '1': 'trusted_domain',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'trustedDomain'
    },
  ],
};