GetDomainDetailResponse class

The GetDomainDetail response includes the following elements.

Constructors

GetDomainDetailResponse({required ContactDetail adminContact, required String domainName, required List<Nameserver> nameservers, required ContactDetail registrantContact, required ContactDetail techContact, String? abuseContactEmail, String? abuseContactPhone, bool? adminPrivacy, bool? autoRenew, DateTime? creationDate, String? dnsSec, DateTime? expirationDate, bool? registrantPrivacy, String? registrarName, String? registrarUrl, String? registryDomainId, String? reseller, List<String>? statusList, bool? techPrivacy, DateTime? updatedDate, String? whoIsServer})
GetDomainDetailResponse.fromJson(Map<String, dynamic> json)
factory

Properties

abuseContactEmail String?
Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.
final
abuseContactPhone String?
Phone number for reporting abuse.
final
adminContact ContactDetail
Provides details about the domain administrative contact.
final
adminPrivacy bool?
Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false, WHOIS queries return the information that you entered for the admin contact.
final
autoRenew bool?
Specifies whether the domain registration is set to renew automatically.
final
creationDate DateTime?
The date when the domain was created as found in the response to a WHOIS query. The date and time is in Unix time format and Coordinated Universal time (UTC).
final
dnsSec String?
Reserved for future use.
final
domainName String
The name of a domain.
final
expirationDate DateTime?
The date when the registration for the domain is set to expire. The date and time is in Unix time format and Coordinated Universal time (UTC).
final
hashCode int
The hash code for this object.
no setterinherited
nameservers List<Nameserver>
The name of the domain.
final
registrantContact ContactDetail
Provides details about the domain registrant.
final
registrantPrivacy bool?
Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false, WHOIS queries return the information that you entered for the registrant contact (domain owner).
final
registrarName String?
Name of the registrar of the domain as identified in the registry. Domains with a .com, .net, or .org TLD are registered by Amazon Registrar. All other domains are registered by our registrar associate, Gandi. The value for domains that are registered by Gandi is "GANDI SAS".
final
registrarUrl String?
Web address of the registrar.
final
registryDomainId String?
Reserved for future use.
final
reseller String?
Reseller of the domain. Domains registered or transferred using Route 53 domains will have "Amazon" as the reseller.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusList List<String>?
An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
final
techContact ContactDetail
Provides details about the domain technical contact.
final
techPrivacy bool?
Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false, WHOIS queries return the information that you entered for the technical contact.
final
updatedDate DateTime?
The last updated date of the domain as found in the response to a WHOIS query. The date and time is in Unix time format and Coordinated Universal time (UTC).
final
whoIsServer String?
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
final

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