NamespacedGkeDeploymentTarget.fromJson constructor
NamespacedGkeDeploymentTarget.fromJson(
- Map json_
Implementation
NamespacedGkeDeploymentTarget.fromJson(core.Map json_)
: this(
clusterNamespace: json_['clusterNamespace'] as core.String?,
targetGkeCluster: json_['targetGkeCluster'] as core.String?,
);