GetDomainDetailResponse constructor

GetDomainDetailResponse({
  1. required ContactDetail adminContact,
  2. required String domainName,
  3. required List<Nameserver> nameservers,
  4. required ContactDetail registrantContact,
  5. required ContactDetail techContact,
  6. String? abuseContactEmail,
  7. String? abuseContactPhone,
  8. bool? adminPrivacy,
  9. bool? autoRenew,
  10. DateTime? creationDate,
  11. String? dnsSec,
  12. DateTime? expirationDate,
  13. bool? registrantPrivacy,
  14. String? registrarName,
  15. String? registrarUrl,
  16. String? registryDomainId,
  17. String? reseller,
  18. List<String>? statusList,
  19. bool? techPrivacy,
  20. DateTime? updatedDate,
  21. 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,
});