GoogleCloudIdentitytoolkitAdminV2DnsInfo class

Information of custom domain DNS verification.

By default, default_domain will be used. A custom domain can be configured using VerifyCustomDomain.

Constructors

GoogleCloudIdentitytoolkitAdminV2DnsInfo({String? customDomain, String? customDomainState, String? domainVerificationRequestTime, String? pendingCustomDomain, bool? useCustomDomain})
GoogleCloudIdentitytoolkitAdminV2DnsInfo.fromJson(Map json_)

Properties

customDomain String?
The applied verified custom domain.
getter/setter pair
customDomainState String?
The current verification state of the custom domain.
getter/setter pair
domainVerificationRequestTime String?
The timestamp of initial request for the current domain verification.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pendingCustomDomain String?
The custom domain that's to be verified.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useCustomDomain bool?
Whether to use custom domain.
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