GroupUser$json top-level constant

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

Implementation

@$core.Deprecated('Use groupUserDescriptor instead')
const GroupUser$json = {
  '1': 'GroupUser',
  '2': [
    {'1': 'group_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'groupId'},
    {
      '1': 'organization_id',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'organizationId'
    },
    {
      '1': 'user',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.zitadel.authorization.v2beta.User',
      '10': 'user'
    },
    {
      '1': 'creation_date',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'creationDate'
    },
  ],
};