Http Scale Rule Response
    data class HttpScaleRuleResponse(val auth: List<ScaleRuleAuthResponse>? = null, val metadata: Map<String, String>? = null)
Container App container Custom scaling rule.
Constructors
Link copied to clipboard
                fun HttpScaleRuleResponse(auth: List<ScaleRuleAuthResponse>? = null, metadata: Map<String, String>? = null)