RulesetRuleActionParametersResponse

data class RulesetRuleActionParametersResponse(val content: String? = null, val contentType: String? = null, val statusCode: Int? = null)

Constructors

Link copied to clipboard
fun RulesetRuleActionParametersResponse(content: String? = null, contentType: String? = null, statusCode: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

Content of the custom error response.

Link copied to clipboard
val contentType: String? = null

Content-Type of the custom error response.

Link copied to clipboard
val statusCode: Int? = null

Status code for which the edge TTL is applied.