ResendAddDomainResponse class
Response of a add domain request
Constructors
-
ResendAddDomainResponse.new({required String domainId, required String name, required DateTime createdAt, required ResendDomainStatus status, required List<
ResendDomainRecord> records}) -
Constructor of ResendAddContactResponse
const
- ResendAddDomainResponse.fromJson(Json json)
-
Factory method for creating a ResendAddDomainResponse instance from a JSON object
factory
Properties
- createdAt → DateTime
-
The time of creation of the domain
final
- domainId → String
-
The ID of the domain
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the domain
final
-
records
→ List<
ResendDomainRecord> -
The records of the domain
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ResendDomainStatus
-
The status of the domain
final
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