WatchDeviceChangesResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use watchDeviceChangesResponseDescriptor instead')
const WatchDeviceChangesResponse$json = const {
  '1': 'WatchDeviceChangesResponse',
  '2': const [
    const {
      '1': 'type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.toit.model.DeviceChangeType',
      '10': 'type'
    },
    const {'1': 'device_id', '3': 2, '4': 1, '5': 12, '10': 'deviceId'},
    const {
      '1': 'watch_revision',
      '3': 3,
      '4': 1,
      '5': 3,
      '10': 'watchRevision'
    },
    const {
      '1': 'last_connected',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'lastConnected'
    },
  ],
};