ResendListDomainsResponseDomain class
Class holding the data of a domain
Constructors
- ResendListDomainsResponseDomain.new({required String domainId, required String name, required ResendDomainStatus status, required DateTime createdAt, required ResendDomainRegion region})
-
Constructor of ResendListDomainsResponseDomain
const
- ResendListDomainsResponseDomain.fromJson(Json json)
-
Factory method for creating a ResendListDomainsResponseDomain 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
- 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