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