ServicePointHeader$json top-level constant

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

Implementation

@$core.Deprecated('Use servicePointHeaderDescriptor instead')
const ServicePointHeader$json = {
  '1': 'ServicePointHeader',
  '2': [
    {'1': 'Id', '3': 1, '4': 1, '5': 11, '6': '.ServicePointId', '10': 'Id'},
    {'1': 'Title', '3': 2, '4': 1, '5': 9, '10': 'Title'},
    {
      '1': 'Description',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Description'
    },
    {
      '1': 'LocationDescription',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'LocationDescription'
    },
    {
      '1': 'DistanceInMeters',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Int32Value',
      '10': 'DistanceInMeters'
    },
    {
      '1': 'FirstMilePrice',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.Price',
      '10': 'FirstMilePrice'
    },
    {
      '1': 'LastMilePrice',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.Price',
      '10': 'LastMilePrice'
    },
    {
      '1': 'Location',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.GeoLocation',
      '10': 'Location'
    },
    {'1': 'Icon', '3': 9, '4': 1, '5': 11, '6': '.StoredImage', '10': 'Icon'},
    {'1': 'FirstMileActive', '3': 10, '4': 1, '5': 8, '10': 'FirstMileActive'},
    {'1': 'LastMileActive', '3': 12, '4': 1, '5': 8, '10': 'LastMileActive'},
  ],
};