RolloutPlan constructor

RolloutPlan({
  1. String? creationTimestamp,
  2. String? description,
  3. String? id,
  4. String? kind,
  5. String? locationScope,
  6. String? name,
  7. String? selfLink,
  8. String? selfLinkWithId,
  9. List<RolloutPlanWave>? waves,
})

Implementation

RolloutPlan({
  this.creationTimestamp,
  this.description,
  this.id,
  this.kind,
  this.locationScope,
  this.name,
  this.selfLink,
  this.selfLinkWithId,
  this.waves,
});