DataPackage$json top-level constant

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

Implementation

@$core.Deprecated('Use dataPackageDescriptor instead')
const DataPackage$json = {
  '1': 'DataPackage',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'channel', '3': 2, '4': 1, '5': 9, '10': 'channel'},
    {'1': 'source_module', '3': 3, '4': 1, '5': 9, '10': 'sourceModule'},
    {'1': 'target_module', '3': 4, '4': 1, '5': 9, '10': 'targetModule'},
    {'1': 'source_host', '3': 5, '4': 1, '5': 9, '10': 'sourceHost'},
    {'1': 'target_host', '3': 6, '4': 1, '5': 9, '10': 'targetHost'},
    {'1': 'source_user_token', '3': 7, '4': 1, '5': 9, '10': 'sourceUserToken'},
    {'1': 'target_user_token', '3': 8, '4': 1, '5': 9, '10': 'targetUserToken'},
    {'1': 'device_id', '3': 9, '4': 1, '5': 9, '10': 'deviceId'},
    {'1': 'trace_points', '3': 10, '4': 3, '5': 11, '6': '.claidservice.TracePoint', '10': 'tracePoints'},
    {'1': 'unix_timestamp_ms', '3': 11, '4': 1, '5': 4, '10': 'unixTimestampMs'},
    {'1': 'payload', '3': 12, '4': 1, '5': 11, '6': '.claidservice.Blob', '10': 'payload'},
    {'1': 'control_val', '3': 13, '4': 1, '5': 11, '6': '.claidservice.ControlPackage', '10': 'controlVal'},
  ],
};