ClaimRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use claimRequestDescriptor instead')
const ClaimRequest$json = const {
  '1': 'ClaimRequest',
  '2': const [
    const {'1': 'hardware_id', '3': 1, '4': 1, '5': 12, '10': 'hardwareId'},
    const {
      '1': 'init_device_name',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'initDeviceName'
    },
    const {
      '1': 'organization_id',
      '3': 3,
      '4': 1,
      '5': 12,
      '10': 'organizationId'
    },
  ],
};