JobScaleRuleResponse

data class JobScaleRuleResponse(val auth: List<ScaleRuleAuthResponse>? = null, val metadata: Any? = null, val name: String? = null, val type: String? = null)

Scaling rule.

Constructors

Link copied to clipboard
constructor(auth: List<ScaleRuleAuthResponse>? = null, metadata: Any? = null, name: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authentication secrets for the scale rule.

Link copied to clipboard
val metadata: Any? = null

Metadata properties to describe the scale rule.

Link copied to clipboard
val name: String? = null

Scale Rule Name

Link copied to clipboard
val type: String? = null

Type of the scale rule eg: azure-servicebus, redis etc.