TrackingData$json top-level constant

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

Implementation

@$core.Deprecated('Use trackingDataDescriptor instead')
const TrackingData$json = {
  '1': 'TrackingData',
  '2': [
    {'1': 'Key', '3': 1, '4': 1, '5': 9, '10': 'Key'},
    {'1': 'Bytes', '3': 2, '4': 1, '5': 12, '9': 0, '10': 'Bytes'},
    {'1': 'Bool', '3': 3, '4': 1, '5': 8, '9': 0, '10': 'Bool'},
    {
      '1': 'Timestamp',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '9': 0,
      '10': 'Timestamp'
    },
    {'1': 'Double', '3': 5, '4': 1, '5': 1, '9': 0, '10': 'Double'},
    {'1': 'Guid', '3': 6, '4': 1, '5': 11, '6': '.UUID', '9': 0, '10': 'Guid'},
    {'1': 'Integer', '3': 7, '4': 1, '5': 5, '9': 0, '10': 'Integer'},
    {'1': 'Long', '3': 8, '4': 1, '5': 3, '9': 0, '10': 'Long'},
    {'1': 'String', '3': 9, '4': 1, '5': 9, '9': 0, '10': 'String'},
  ],
  '8': [
    {'1': 'Value'},
  ],
};