ManagedZonePrivateVisibilityConfigGKECluster.fromJson constructor

ManagedZonePrivateVisibilityConfigGKECluster.fromJson(
  1. Map json_
)

Implementation

ManagedZonePrivateVisibilityConfigGKECluster.fromJson(core.Map json_)
  : this(
      gkeClusterName: json_['gkeClusterName'] as core.String?,
      kind: json_['kind'] as core.String?,
    );