AdvanceRolloutRule class

The AdvanceRollout automation rule will automatically advance a successful Rollout to the next phase.

Constructors

AdvanceRolloutRule({AutomationRuleCondition? condition, String? id, List<String>? sourcePhases, String? wait})
AdvanceRolloutRule.fromJson(Map json_)

Properties

condition AutomationRuleCondition?
Information around the state of the Automation rule.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
ID of the rule.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourcePhases List<String>?
Proceeds only after phase name matched any one in the list.
getter/setter pair
wait String?
How long to wait after a rollout is finished.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited