AccountUser$json top-level constant

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

Implementation

@$core.Deprecated('Use accountUserDescriptor instead')
const AccountUser$json = {
  '1': 'AccountUser',
  '2': [
    {
      '1': 'RowVersion',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.RowVersion',
      '10': 'RowVersion'
    },
    {'1': 'Id', '3': 2, '4': 1, '5': 11, '6': '.AccountUserId', '10': 'Id'},
    {
      '1': 'UserId',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'UserId'
    },
    {
      '1': 'Role',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Role'
    },
    {
      '1': 'DisplayName',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'DisplayName'
    },
    {
      '1': 'ProfileImage',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.StoredImage',
      '10': 'ProfileImage'
    },
    {
      '1': 'PhoneNumber',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.PhoneNumber',
      '10': 'PhoneNumber'
    },
    {'1': 'IsPrimary', '3': 8, '4': 1, '5': 8, '10': 'IsPrimary'},
    {'1': 'IsVerified', '3': 11, '4': 1, '5': 8, '10': 'IsVerified'},
    {'1': 'Email', '3': 9, '4': 1, '5': 11, '6': '.Email', '10': 'Email'},
    {
      '1': 'EmailPermission',
      '3': 10,
      '4': 1,
      '5': 14,
      '6': '.PermissionStatus',
      '10': 'EmailPermission'
    },
  ],
};