ClaimResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use claimResponseDescriptor instead')
const ClaimResponse$json = const {
  '1': 'ClaimResponse',
  '2': const [
    const {
      '1': 'hardware_info',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.toit.model.HardwareInfo',
      '10': 'hardwareInfo'
    },
    const {'1': 'device_id', '3': 2, '4': 1, '5': 12, '10': 'deviceId'},
    const {'1': 'device_name', '3': 3, '4': 1, '5': 9, '10': 'deviceName'},
    const {
      '1': 'organization_id',
      '3': 4,
      '4': 1,
      '5': 12,
      '10': 'organizationId'
    },
  ],
};