RunRolloutActionParams class
Parameters for the RUN action controlling the behavior of the rollout when it is resumed from a PAUSED state.
Constructors
- RunRolloutActionParams({bool? retryFailedOperations})
- RunRolloutActionParams.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- retryFailedOperations ↔ bool?
-
If true, the rollout will retry failed operations when resumed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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