GoogleDomainsDns class

Deprecated: For more information, see Cloud Domains feature deprecation.

Configuration for using the free DNS zone provided by Google Domains as a Registration's dns_provider. You cannot configure the DNS zone itself using the API. To configure the DNS zone, go to Google Domains.

Constructors

GoogleDomainsDns({List<DsRecord>? dsRecords, String? dsState, List<String>? nameServers})
GoogleDomainsDns.fromJson(Map json_)

Properties

dsRecords List<DsRecord>?
The list of DS records published for this domain.
getter/setter pair
dsState String?
The state of DS records for this domain.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nameServers List<String>?
A list of name servers that store the DNS zone for this domain.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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