Rollout constructor
Rollout({
- String? completeTime,
- String? createTime,
- String? deleteTime,
- String? displayName,
- String? etag,
- bool? ignoreClusterDisruptionBudgets,
- bool? ignoreMaintenancePolicies,
- String? intent,
- Map<
String, String> ? labels, - Map<
String, RolloutMembershipState> ? membershipStates, - String? name,
- String? rolloutSequence,
- Map<
String, String> ? stageSoakDurationOverrides, - List<
RolloutStage> ? stages, - String? state,
- String? stateReason,
- String? stateReasonType,
- String? trigger,
- String? uid,
- String? updateTime,
- VersionUpgrade? versionUpgrade,
Implementation
Rollout({
this.completeTime,
this.createTime,
this.deleteTime,
this.displayName,
this.etag,
this.ignoreClusterDisruptionBudgets,
this.ignoreMaintenancePolicies,
this.intent,
this.labels,
this.membershipStates,
this.name,
this.rolloutSequence,
this.stageSoakDurationOverrides,
this.stages,
this.state,
this.stateReason,
this.stateReasonType,
this.trigger,
this.uid,
this.updateTime,
this.versionUpgrade,
});