DomainAlias class

Constructors

DomainAlias({String? creationTime, String? domainAliasName, String? etag, String? kind, String? parentDomainName, bool? verified})
DomainAlias.fromJson(Map json_)

Properties

creationTime String?
The creation time of the domain alias.
getter/setter pair
domainAliasName String?
The domain alias name.
getter/setter pair
etag String?
ETag of the resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
Kind of resource this is.
getter/setter pair
parentDomainName String?
The parent domain name that the domain alias is associated with.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verified bool?
Indicates the verification state of a domain alias.
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