DomainProvisioning constructor

DomainProvisioning({
  1. List<String>? certChallengeDiscoveredTxt,
  2. CertDnsChallenge? certChallengeDns,
  3. CertHttpChallenge? certChallengeHttp,
  4. String? certStatus,
  5. List<String>? discoveredIps,
  6. String? dnsFetchTime,
  7. String? dnsStatus,
  8. List<String>? expectedIps,
})

Implementation

DomainProvisioning({
  this.certChallengeDiscoveredTxt,
  this.certChallengeDns,
  this.certChallengeHttp,
  this.certStatus,
  this.discoveredIps,
  this.dnsFetchTime,
  this.dnsStatus,
  this.expectedIps,
});