GetDomainDetailResponse constructor
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,
Implementation
GetDomainDetailResponse({
required this.adminContact,
required this.domainName,
required this.nameservers,
required this.registrantContact,
required this.techContact,
this.abuseContactEmail,
this.abuseContactPhone,
this.adminPrivacy,
this.autoRenew,
this.creationDate,
this.dnsSec,
this.expirationDate,
this.registrantPrivacy,
this.registrarName,
this.registrarUrl,
this.registryDomainId,
this.reseller,
this.statusList,
this.techPrivacy,
this.updatedDate,
this.whoIsServer,
});