Job Scale Rule Response
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)