NotifyRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use notifyRequestDescriptor instead')
const NotifyRequest$json = {
  '1': 'NotifyRequest',
  '2': [
    {'1': 'device_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'deviceId'},
    {'1': 'key_id', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'keyId'},
    {'1': 'key_type', '3': 3, '4': 1, '5': 14, '6': '.device.v1.KeyType', '10': 'keyType'},
    {'1': 'notifications', '3': 8, '4': 3, '5': 11, '6': '.device.v1.NotifyMessage', '8': {}, '10': 'notifications'},
  ],
};