AdvanceRolloutOperation class

Contains the information of an automated advance-rollout operation.

Constructors

AdvanceRolloutOperation({String? destinationPhase, String? rollout, String? sourcePhase, String? wait})
AdvanceRolloutOperation.fromJson(Map json_)

Properties

destinationPhase String?
The phase the rollout will be advanced to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rollout String?
The name of the rollout that initiates the AutomationRun.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourcePhase String?
The phase of a deployment that initiated the operation.
getter/setter pair
wait String?
How long the operation will be paused.
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