UpdateEmailProviderSMTPRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use updateEmailProviderSMTPRequestDescriptor instead')
const UpdateEmailProviderSMTPRequest$json = {
  '1': 'UpdateEmailProviderSMTPRequest',
  '2': [
    {
      '1': 'sender_address',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'senderAddress'
    },
    {'1': 'sender_name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'senderName'},
    {'1': 'tls', '3': 3, '4': 1, '5': 8, '10': 'tls'},
    {'1': 'host', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'host'},
    {'1': 'user', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'user'},
    {
      '1': 'reply_to_address',
      '3': 6,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'replyToAddress'
    },
    {'1': 'password', '3': 7, '4': 1, '5': 9, '8': {}, '10': 'password'},
    {'1': 'description', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'description'},
    {'1': 'id', '3': 9, '4': 1, '5': 9, '8': {}, '10': 'id'},
  ],
};