ClusterUpgradeGKEUpgrade constructor

ClusterUpgradeGKEUpgrade({
  1. String? name,
  2. String? version,
})

Implementation

ClusterUpgradeGKEUpgrade({this.name, this.version});