EmailContent$json top-level constant

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

Implementation

@$core.Deprecated('Use emailContentDescriptor instead')
const EmailContent$json = {
  '1': 'EmailContent',
  '2': [
    {'1': 'recipient_email_address', '3': 1, '4': 1, '5': 9, '10': 'recipientEmailAddress'},
    {'1': 'subject', '3': 2, '4': 1, '5': 9, '10': 'subject'},
    {'1': 'text_part', '3': 3, '4': 1, '5': 9, '10': 'textPart'},
    {'1': 'custom_id', '3': 4, '4': 1, '5': 9, '10': 'customId'},
    {'1': 'html_body', '3': 5, '4': 1, '5': 9, '10': 'htmlBody'},
    {'1': 'attachments', '3': 6, '4': 3, '5': 11, '6': '.comms.v1.Attachment', '10': 'attachments'},
  ],
};