OrderStatus$json top-level constant

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

Implementation

@$core.Deprecated('Use orderStatusDescriptor instead')
const OrderStatus$json = {
  '1': 'OrderStatus',
  '2': [
    {'1': 'OrderId', '3': 1, '4': 1, '5': 11, '6': '.OrderId', '10': 'OrderId'},
    {
      '1': 'UpdatedAt',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'UpdatedAt'
    },
    {'1': 'StatusId', '3': 3, '4': 1, '5': 9, '10': 'StatusId'},
    {'1': 'StatusMessage', '3': 4, '4': 1, '5': 9, '10': 'StatusMessage'},
    {'1': 'UserId', '3': 5, '4': 1, '5': 9, '10': 'UserId'},
    {
      '1': 'Details',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Any',
      '10': 'Details'
    },
  ],
};