GoogleCloudIdentitytoolkitV1ResetPasswordResponse constructor
GoogleCloudIdentitytoolkitV1ResetPasswordResponse({
- String? email,
- String? kind,
- GoogleCloudIdentitytoolkitV1MfaEnrollment? mfaInfo,
- String? newEmail,
- String? requestType,
Implementation
GoogleCloudIdentitytoolkitV1ResetPasswordResponse({
this.email,
this.kind,
this.mfaInfo,
this.newEmail,
this.requestType,
});