ManagedZone constructor
ManagedZone({
- ManagedZoneCloudLoggingConfig? cloudLoggingConfig,
- String? creationTime,
- String? description,
- String? dnsName,
- ManagedZoneDnsSecConfig? dnssecConfig,
- ManagedZoneForwardingConfig? forwardingConfig,
- String? id,
- String? kind,
- Map<
String, String> ? labels, - String? name,
- String? nameServerSet,
- List<
String> ? nameServers, - ManagedZonePeeringConfig? peeringConfig,
- ManagedZonePrivateVisibilityConfig? privateVisibilityConfig,
- ManagedZoneReverseLookupConfig? reverseLookupConfig,
- ManagedZoneServiceDirectoryConfig? serviceDirectoryConfig,
- 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,
});