RolloutTarget constructor

RolloutTarget({
  1. String? cluster,
  2. String? nodePool,
  3. String? operation,
  4. String? reason,
  5. String? state,
})

Implementation

RolloutTarget({
  this.cluster,
  this.nodePool,
  this.operation,
  this.reason,
  this.state,
});