ImportHumanUserResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use importHumanUserResponseDescriptor instead')
const ImportHumanUserResponse$json = {
  '1': 'ImportHumanUserResponse',
  '2': [
    {'1': 'user_id', '3': 1, '4': 1, '5': 9, '10': 'userId'},
    {
      '1': 'details',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.zitadel.v1.ObjectDetails',
      '10': 'details'
    },
    {
      '1': 'passwordless_registration',
      '3': 3,
      '4': 1,
      '5': 11,
      '6':
          '.zitadel.management.v1.ImportHumanUserResponse.PasswordlessRegistration',
      '10': 'passwordlessRegistration'
    },
  ],
  '3': [ImportHumanUserResponse_PasswordlessRegistration$json],
};