RulesetRuleActionParametersResponseArgs

data class RulesetRuleActionParametersResponseArgs(val content: Output<String>? = null, val contentType: Output<String>? = null, val statusCode: Output<Int>? = null) : ConvertibleToJava<RulesetRuleActionParametersResponseArgs>

Constructors

Link copied to clipboard
constructor(content: Output<String>? = null, contentType: Output<String>? = null, statusCode: Output<Int>? = null)

Properties

Link copied to clipboard
val content: Output<String>? = null

Body content to include in the response.

Link copied to clipboard
val contentType: Output<String>? = null

HTTP content type to send in the response.

Link copied to clipboard
val statusCode: Output<Int>? = null

HTTP status code to send in the response.

Functions

Link copied to clipboard
open override fun toJava(): RulesetRuleActionParametersResponseArgs