GoogleCloudIdentitytoolkitV1ResetPasswordResponse constructor

GoogleCloudIdentitytoolkitV1ResetPasswordResponse({
  1. String? email,
  2. String? kind,
  3. GoogleCloudIdentitytoolkitV1MfaEnrollment? mfaInfo,
  4. String? newEmail,
  5. String? requestType,
})

Implementation

GoogleCloudIdentitytoolkitV1ResetPasswordResponse({
  this.email,
  this.kind,
  this.mfaInfo,
  this.newEmail,
  this.requestType,
});