RollbackNodePoolUpgradeRequest constructor

RollbackNodePoolUpgradeRequest({
  1. String? clusterId,
  2. String? name,
  3. String? nodePoolId,
  4. String? projectId,
  5. bool? respectPdb,
  6. String? zone,
})

Implementation

RollbackNodePoolUpgradeRequest({
  this.clusterId,
  this.name,
  this.nodePoolId,
  this.projectId,
  this.respectPdb,
  this.zone,
});