VoucherCodeStatus$json top-level constant

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

Implementation

@$core.Deprecated('Use voucherCodeStatusDescriptor instead')
const VoucherCodeStatus$json = {
  '1': 'VoucherCodeStatus',
  '2': [
    {'1': 'Code', '3': 1, '4': 1, '5': 11, '6': '.VoucherCode', '10': 'Code'},
    {
      '1': 'AccountId',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.AccountId',
      '10': 'AccountId'
    },
    {
      '1': 'InstancesAvailable',
      '3': 3,
      '4': 1,
      '5': 5,
      '10': 'InstancesAvailable'
    },
    {
      '1': 'VoucherDetails',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Any',
      '10': 'VoucherDetails'
    },
    {
      '1': 'RuleId',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.VoucherRuleId',
      '10': 'RuleId'
    },
  ],
};