DomainDetail class

Contains details of a domain.

Constructors

DomainDetail({required DomainConfiguration configuration, required DomainInfo domainInfo})
DomainDetail.fromJson(Map<String, dynamic> json)
factory

Properties

configuration DomainConfiguration
The domain configuration. Currently, this includes only the domain's retention period.
final
domainInfo DomainInfo
The basic information about a domain, such as its name, status, and description.
final
hashCode int
The hash code for this object.
no setterinherited
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