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 = const {
  '1': 'SendHumanResetPasswordNotificationRequest',
  '2': const [
    const {'1': 'user_id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'userId'},
    const {'1': 'type', '3': 2, '4': 1, '5': 14, '6': '.zitadel.management.v1.SendHumanResetPasswordNotificationRequest.Type', '8': const {}, '10': 'type'},
  ],
  '4': const [SendHumanResetPasswordNotificationRequest_Type$json],
};