ClusterUpgradeUpgradeStatus constructor

ClusterUpgradeUpgradeStatus({
  1. String? code,
  2. String? reason,
  3. String? updateTime,
})

Implementation

ClusterUpgradeUpgradeStatus({
  this.code,
  this.reason,
  this.updateTime,
});