SendHumanResetPasswordNotificationRequest$json top-level constant

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

Implementation

@$core.Deprecated(
    'Use sendHumanResetPasswordNotificationRequestDescriptor instead')
const SendHumanResetPasswordNotificationRequest$json = {
  '1': 'SendHumanResetPasswordNotificationRequest',
  '2': [
    {'1': 'user_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'userId'},
    {
      '1': 'type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6':
          '.zitadel.management.v1.SendHumanResetPasswordNotificationRequest.Type',
      '8': {},
      '10': 'type'
    },
  ],
  '4': [SendHumanResetPasswordNotificationRequest_Type$json],
};