NotificationDescriptor$json top-level constant

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

Implementation

@$core.Deprecated('Use notificationDescriptorDescriptor instead')
const NotificationDescriptor$json = {
  '1': 'NotificationDescriptor',
  '2': [
    {
      '1': 'Type',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.NotificationType',
      '10': 'Type'
    },
    {
      '1': 'DisplayName',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'DisplayName'
    },
    {
      '1': 'DefaultChannels',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.NotificationChannelId',
      '10': 'DefaultChannels'
    },
    {'1': 'UserConfigurable', '3': 4, '4': 1, '5': 8, '10': 'UserConfigurable'},
    {
      '1': 'Category',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.Notification.NotificationCategory',
      '10': 'Category'
    },
    {
      '1': 'MinimumIntervalInSeconds',
      '3': 6,
      '4': 1,
      '5': 5,
      '10': 'MinimumIntervalInSeconds'
    },
    {
      '1': 'TimeToLiveInSeconds',
      '3': 7,
      '4': 1,
      '5': 5,
      '10': 'TimeToLiveInSeconds'
    },
    {
      '1': 'Schedule',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.Schedule',
      '10': 'Schedule'
    },
    {
      '1': 'MinimumDelayInSeconds',
      '3': 9,
      '4': 1,
      '5': 5,
      '10': 'MinimumDelayInSeconds'
    },
    {
      '1': 'DefaultNotification',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.Notification',
      '10': 'DefaultNotification'
    },
  ],
};