AreaObject$json top-level constant

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

Implementation

@$core.Deprecated('Use areaObjectDescriptor instead')
const AreaObject$json = {
  '1': 'AreaObject',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'owner_id', '3': 2, '4': 1, '5': 9, '10': 'ownerId'},
    {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
    {'1': 'description', '3': 4, '4': 1, '5': 9, '10': 'description'},
    {'1': 'area_type', '3': 5, '4': 1, '5': 14, '6': '.geolocation.v1.AreaType', '10': 'areaType'},
    {'1': 'geometry', '3': 6, '4': 1, '5': 9, '10': 'geometry'},
    {'1': 'area_m2', '3': 7, '4': 1, '5': 1, '10': 'areaM2'},
    {'1': 'perimeter_m', '3': 8, '4': 1, '5': 1, '10': 'perimeterM'},
    {'1': 'state', '3': 9, '4': 1, '5': 5, '10': 'state'},
    {'1': 'extra', '3': 10, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '10': 'extra'},
    {'1': 'created_at', '3': 11, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'createdAt'},
  ],
};