Domain class

The intended behavior and status information of a domain.

Constructors

Domain({String? domainName, DomainRedirect? domainRedirect, DomainProvisioning? provisioning, String? site, String? status, String? updateTime})
Domain.fromJson(Map _json)

Properties

domainName String?
The domain name of the association.
getter/setter pair
domainRedirect DomainRedirect?
If set, the domain should redirect with the provided parameters.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
provisioning DomainProvisioning?
Information about the provisioning of certificates and the health of the DNS resolution for the domain.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
site String?
The site name of the association.
getter/setter pair
status String?
Additional status of the domain association.
getter/setter pair
updateTime String?
The time at which the domain was last updated.
getter/setter pair

Methods

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

Operators

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