ManagedZonePrivateVisibilityConfigGKECluster constructor

ManagedZonePrivateVisibilityConfigGKECluster({
  1. String? gkeClusterName,
  2. String? kind,
})

Implementation

ManagedZonePrivateVisibilityConfigGKECluster({
  this.gkeClusterName,
  this.kind,
});