ManagedZone constructor

ManagedZone({
  1. ManagedZoneCloudLoggingConfig? cloudLoggingConfig,
  2. String? creationTime,
  3. String? description,
  4. String? dnsName,
  5. ManagedZoneDnsSecConfig? dnssecConfig,
  6. ManagedZoneForwardingConfig? forwardingConfig,
  7. String? id,
  8. String? kind,
  9. Map<String, String>? labels,
  10. String? name,
  11. String? nameServerSet,
  12. List<String>? nameServers,
  13. ManagedZonePeeringConfig? peeringConfig,
  14. ManagedZonePrivateVisibilityConfig? privateVisibilityConfig,
  15. ManagedZoneReverseLookupConfig? reverseLookupConfig,
  16. ManagedZoneServiceDirectoryConfig? serviceDirectoryConfig,
  17. String? visibility,
})

Implementation

ManagedZone({
  this.cloudLoggingConfig,
  this.creationTime,
  this.description,
  this.dnsName,
  this.dnssecConfig,
  this.forwardingConfig,
  this.id,
  this.kind,
  this.labels,
  this.name,
  this.nameServerSet,
  this.nameServers,
  this.peeringConfig,
  this.privateVisibilityConfig,
  this.reverseLookupConfig,
  this.serviceDirectoryConfig,
  this.visibility,
});