DeliveryObjectQuery$json top-level constant

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

Implementation

@$core.Deprecated('Use deliveryObjectQueryDescriptor instead')
const DeliveryObjectQuery$json = {
  '1': 'DeliveryObjectQuery',
  '2': [
    {
      '1': 'Continuation',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.ContinuationToken',
      '10': 'Continuation'
    },
    {
      '1': 'deliveryId',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.DeliveryId',
      '10': 'deliveryId'
    },
    {
      '1': 'WithStatus',
      '3': 3,
      '4': 3,
      '5': 14,
      '6': '.DeliveryObject.DeliveryObjectStatus',
      '10': 'WithStatus'
    },
    {
      '1': 'WithoutStatus',
      '3': 4,
      '4': 3,
      '5': 14,
      '6': '.DeliveryObject.DeliveryObjectStatus',
      '10': 'WithoutStatus'
    },
    {
      '1': 'Location',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.ContainerId',
      '10': 'Location'
    },
    {
      '1': 'OrderBy',
      '3': 6,
      '4': 3,
      '5': 14,
      '6': '.DeliveryObjectQuery.ObjectOrdering',
      '10': 'OrderBy'
    },
  ],
  '4': [DeliveryObjectQuery_ObjectOrdering$json],
};