Job Scale Response
data class JobScaleResponse(val maxExecutions: Int? = null, val minExecutions: Int? = null, val pollingInterval: Int? = null, val rules: List<JobScaleRuleResponse>? = null)
Scaling configurations for event driven jobs.
Constructors
Link copied to clipboard
fun JobScaleResponse(maxExecutions: Int? = null, minExecutions: Int? = null, pollingInterval: Int? = null, rules: List<JobScaleRuleResponse>? = null)