Rollout constructor
Rollout({
- String? cancellationTime,
- String? completionTime,
- String? creationTimestamp,
- String? currentWaveNumber,
- String? description,
- String? etag,
- String? id,
- String? kind,
- String? name,
- String? pauseTime,
- String? resumeTime,
- RolloutRolloutEntity? rolloutEntity,
- String? rolloutPlan,
- String? selfLink,
- String? selfLinkWithId,
- String? state,
- List<
RolloutWaveDetails> ? waveDetails,
Implementation
Rollout({
this.cancellationTime,
this.completionTime,
this.creationTimestamp,
this.currentWaveNumber,
this.description,
this.etag,
this.id,
this.kind,
this.name,
this.pauseTime,
this.resumeTime,
this.rolloutEntity,
this.rolloutPlan,
this.selfLink,
this.selfLinkWithId,
this.state,
this.waveDetails,
});