DeliveryPackingList$json top-level constant

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

Implementation

@$core.Deprecated('Use deliveryPackingListDescriptor instead')
const DeliveryPackingList$json = {
  '1': 'DeliveryPackingList',
  '2': [
    {'1': 'Id', '3': 1, '4': 1, '5': 11, '6': '.DeliveryId', '10': 'Id'},
    {
      '1': 'Created',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'Created'
    },
    {
      '1': 'Status',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.Delivery.DeliveryStatus',
      '10': 'Status'
    },
    {
      '1': 'Objects',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.DeliveryObject',
      '10': 'Objects'
    },
    {
      '1': 'BatchId',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.DeliveryBatchId',
      '10': 'BatchId'
    },
  ],
};