SendEmailRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use sendEmailRequestDescriptor instead')
const SendEmailRequest$json = {
  '1': 'SendEmailRequest',
  '2': [
    {'1': 'recipient_email_address', '3': 1, '4': 1, '5': 9, '10': 'recipientEmailAddress'},
    {'1': 'recipient_name', '3': 2, '4': 1, '5': 9, '10': 'recipientName'},
    {'1': 'subject', '3': 3, '4': 1, '5': 9, '10': 'subject'},
    {'1': 'text_part', '3': 4, '4': 1, '5': 9, '10': 'textPart'},
    {'1': 'custom_id', '3': 5, '4': 1, '5': 9, '10': 'customId'},
    {'1': 'html_body', '3': 6, '4': 1, '5': 9, '10': 'htmlBody'},
  ],
};