Rollout constructor
Rollout({
- Map<
String, String> ? annotations, - RolloutControl? control,
- String? createTime,
- String? deleteTime,
- String? effectiveUnitFilter,
- String? endTime,
- String? etag,
- String? flagRelease,
- Map<
String, String> ? labels, - String? name,
- String? parentRollout,
- String? release,
- String? rolloutKind,
- String? rolloutOrchestrationStrategy,
- String? rootRollout,
- String? startTime,
- String? state,
- String? stateMessage,
- String? stateTransitionTime,
- RolloutStats? stats,
- String? uid,
- String? unitFilter,
- String? updateTime,
Implementation
Rollout({
this.annotations,
this.control,
this.createTime,
this.deleteTime,
this.effectiveUnitFilter,
this.endTime,
this.etag,
this.flagRelease,
this.labels,
this.name,
this.parentRollout,
this.release,
this.rolloutKind,
this.rolloutOrchestrationStrategy,
this.rootRollout,
this.startTime,
this.state,
this.stateMessage,
this.stateTransitionTime,
this.stats,
this.uid,
this.unitFilter,
this.updateTime,
});