CreateGLSShipmentRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createGLSShipmentRequestDescriptor instead')
const CreateGLSShipmentRequest$json = {
  '1': 'CreateGLSShipmentRequest',
  '2': [
    {'1': 'Id', '3': 1, '4': 1, '5': 11, '6': '.UUID', '10': 'Id'},
    {
      '1': 'AccountId',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.AccountId',
      '10': 'AccountId'
    },
    {'1': 'Address', '3': 3, '4': 1, '5': 11, '6': '.Address', '10': 'Address'},
    {'1': 'Email', '3': 4, '4': 1, '5': 11, '6': '.Email', '10': 'Email'},
    {
      '1': 'PhoneNumber',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.PhoneNumber',
      '10': 'PhoneNumber'
    },
    {
      '1': 'UpdateAccountAddress',
      '3': 6,
      '4': 1,
      '5': 8,
      '10': 'UpdateAccountAddress'
    },
  ],
};