JobTemplateRateIncreaseCriteria

data class JobTemplateRateIncreaseCriteria(val numberOfNotifiedThings: Int? = null, val numberOfSucceededThings: Int? = null)

Constructors

Link copied to clipboard
constructor(numberOfNotifiedThings: Int? = null, numberOfSucceededThings: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The threshold for number of notified things that will initiate the increase in rate of rollout.

Link copied to clipboard

The threshold for number of succeeded things that will initiate the increase in rate of rollout.