RulesetRuleActionParametersResponseArgs

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

Constructors

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

Properties

Link copied to clipboard
val content: Output<String>

The content to return.

Link copied to clipboard
val contentType: Output<String>

The type of the content to return.

Link copied to clipboard
val statusCode: Output<Int>

The status code to return.

Functions

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