GeoEventObject$json top-level constant

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

Implementation

@$core.Deprecated('Use geoEventObjectDescriptor instead')
const GeoEventObject$json = {
  '1': 'GeoEventObject',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'subject_id', '3': 2, '4': 1, '5': 9, '10': 'subjectId'},
    {'1': 'area_id', '3': 3, '4': 1, '5': 9, '10': 'areaId'},
    {'1': 'event_type', '3': 4, '4': 1, '5': 14, '6': '.geolocation.v1.GeoEventType', '10': 'eventType'},
    {'1': 'timestamp', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'timestamp'},
    {'1': 'confidence', '3': 6, '4': 1, '5': 1, '10': 'confidence'},
    {'1': 'point_id', '3': 7, '4': 1, '5': 9, '10': 'pointId'},
    {'1': 'extra', '3': 8, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '10': 'extra'},
  ],
};