CapacityServicePoint$json top-level constant

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

Implementation

@$core.Deprecated('Use capacityServicePointDescriptor instead')
const CapacityServicePoint$json = {
  '1': 'CapacityServicePoint',
  '2': [
    {'1': 'sp_id', '3': 1, '4': 1, '5': 13, '10': 'spId'},
    {'1': 'alt_sp_id', '3': 2, '4': 1, '5': 9, '10': 'altSpId'},
    {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
    {'1': 'address_1', '3': 4, '4': 1, '5': 9, '10': 'address1'},
    {'1': 'address_2', '3': 5, '4': 1, '5': 9, '10': 'address2'},
    {'1': 'city', '3': 6, '4': 1, '5': 9, '10': 'city'},
    {'1': 'zip', '3': 7, '4': 1, '5': 9, '10': 'zip'},
    {'1': 'country_iso', '3': 8, '4': 1, '5': 9, '10': 'countryIso'},
    {'1': 'latitude', '3': 9, '4': 1, '5': 1, '10': 'latitude'},
    {'1': 'longitude', '3': 10, '4': 1, '5': 1, '10': 'longitude'},
    {
      '1': 'capacity',
      '3': 11,
      '4': 3,
      '5': 11,
      '6': '.Capacity',
      '10': 'capacity'
    },
  ],
};