ClusterUpgradeGKEUpgradeFeatureState constructor

ClusterUpgradeGKEUpgradeFeatureState({
  1. List<ClusterUpgradeGKEUpgradeFeatureCondition>? conditions,
  2. List<ClusterUpgradeGKEUpgradeState>? upgradeState,
})

Implementation

ClusterUpgradeGKEUpgradeFeatureState({
  this.conditions,
  this.upgradeState,
});