InvitationRedemptionResult$json top-level constant

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

Implementation

@$core.Deprecated('Use invitationRedemptionResultDescriptor instead')
const InvitationRedemptionResult$json = {
  '1': 'InvitationRedemptionResult',
  '2': [
    {'1': 'Success', '3': 1, '4': 1, '5': 8, '10': 'Success'},
    {
      '1': 'AccountId',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.AccountId',
      '10': 'AccountId'
    },
    {
      '1': 'Error',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Error'
    },
  ],
};