CreateDefaultNotificationRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createDefaultNotificationRequestDescriptor instead')
const CreateDefaultNotificationRequest$json = {
  '1': 'CreateDefaultNotificationRequest',
  '2': [
    {
      '1': 'AccountId',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.AccountId',
      '10': 'AccountId'
    },
    {
      '1': 'Title',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Title'
    },
    {
      '1': 'Body',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Body'
    },
    {'1': 'Image', '3': 4, '4': 1, '5': 11, '6': '.StoredImage', '10': 'Image'},
    {
      '1': 'Channels',
      '3': 5,
      '4': 3,
      '5': 14,
      '6': '.CreateDefaultNotificationRequest.FactoryNotificationChannels',
      '10': 'Channels'
    },
    {
      '1': 'EmailTemplateId',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'EmailTemplateId'
    },
  ],
  '4': [CreateDefaultNotificationRequest_FactoryNotificationChannels$json],
};