runParams property

RunRolloutActionParams? runParams
getter/setter pair

Parameters for the RUN action.

It is an error to specify this if the RolloutAction is not set to RUN. By default, the rollout will retry failed operations when resumed.

Optional.

Implementation

RunRolloutActionParams? runParams;