LoadBalancerRuleFixedResponse

data class LoadBalancerRuleFixedResponse(val contentType: String? = null, val location: String? = null, val messageBody: String? = null, val statusCode: Int? = null)

Constructors

Link copied to clipboard
constructor(contentType: String? = null, location: String? = null, messageBody: String? = null, statusCode: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contentType: String? = null

The http 'Content-Type' header to include in the response.

Link copied to clipboard
val location: String? = null

The http 'Location' header to include in the response.

Link copied to clipboard
val messageBody: String? = null

Text to include as the http body.

Link copied to clipboard
val statusCode: Int? = null

The http status code to respond with.