AutomationRuleRepairRolloutRuleRepairPhaseRollback

data class AutomationRuleRepairRolloutRuleRepairPhaseRollback(val destinationPhase: String? = null, val disableRollbackIfRolloutPending: Boolean? = null)

Constructors

constructor(destinationPhase: String? = null, disableRollbackIfRolloutPending: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The starting phase ID for the Rollout. If unspecified, the Rollout will start in the stable phase.

Link copied to clipboard

Optional. If pending rollout exists on the target, the rollback operation will be aborted.