ResendContactReachabilityEmailResponse class

Constructors

ResendContactReachabilityEmailResponse({String? domainName, String? emailAddress, bool? isAlreadyVerified})
ResendContactReachabilityEmailResponse.fromJson(Map<String, dynamic> json)
factory

Properties

domainName String?
The domain name for which you requested a confirmation email.
final
emailAddress String?
The email address for the registrant contact at the time that we sent the verification email.
final
hashCode int
The hash code for this object.
no setterinherited
isAlreadyVerified bool?
True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited