Attachment$json top-level constant

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

Implementation

@$core.Deprecated('Use attachmentDescriptor instead')
const Attachment$json = {
  '1': 'Attachment',
  '2': [
    {'1': 'content_type', '3': 1, '4': 1, '5': 14, '6': '.comms.v1.Attachment.ContentType', '10': 'contentType'},
    {'1': 'file_name', '3': 2, '4': 1, '5': 9, '10': 'fileName'},
    {'1': 'file_contents', '3': 3, '4': 1, '5': 12, '10': 'fileContents'},
  ],
  '4': [Attachment_ContentType$json],
};