ResendRetrieveDomainResponse class
Response of a retrieve domain request
Constructors
-
ResendRetrieveDomainResponse.new({required String domainId, required String name, required ResendDomainStatus status, required DateTime createdAt, required ResendDomainRegion region, required List<
ResendDomainRecord> records}) -
Constructor of ResendRetrieveDomainResponse
const
- ResendRetrieveDomainResponse.fromJson(Json json)
-
Factory method for creating a ResendRetrieveDomainResponse 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
- region → ResendDomainRegion
-
The region 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