UpdateDeliveryWeight$json top-level constant

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

Implementation

@$core.Deprecated('Use updateDeliveryWeightDescriptor instead')
const UpdateDeliveryWeight$json = {
  '1': 'UpdateDeliveryWeight',
  '2': [
    {
      '1': 'DeliveryId',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.DeliveryId',
      '10': 'DeliveryId'
    },
    {
      '1': 'TotalWeightInGrams',
      '3': 2,
      '4': 1,
      '5': 1,
      '10': 'TotalWeightInGrams'
    },
  ],
};