AccountProfileRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use accountProfileRequestDescriptor instead')
const AccountProfileRequest$json = {
  '1': 'AccountProfileRequest',
  '2': [
    {
      '1': 'RequestingAccountId',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.AccountId',
      '10': 'RequestingAccountId'
    },
    {
      '1': 'ProfileAccountId',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.AccountId',
      '10': 'ProfileAccountId'
    },
  ],
};