AutomatedDnsRecord constructor

AutomatedDnsRecord({
  1. String? consumerNetwork,
  2. String? createTime,
  3. String? creationMode,
  4. Config? currentConfig,
  5. String? description,
  6. String? dnsSuffix,
  7. String? dnsZone,
  8. String? etag,
  9. String? fqdn,
  10. String? hostname,
  11. Map<String, String>? labels,
  12. String? name,
  13. Config? originalConfig,
  14. String? recordType,
  15. String? serviceClass,
  16. String? state,
  17. String? stateDetails,
  18. String? updateTime,
})

Implementation

AutomatedDnsRecord({
  this.consumerNetwork,
  this.createTime,
  this.creationMode,
  this.currentConfig,
  this.description,
  this.dnsSuffix,
  this.dnsZone,
  this.etag,
  this.fqdn,
  this.hostname,
  this.labels,
  this.name,
  this.originalConfig,
  this.recordType,
  this.serviceClass,
  this.state,
  this.stateDetails,
  this.updateTime,
});