RulesetRuleActionParametersResponse

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

Constructors

Link copied to clipboard
constructor(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

Body content to include in the response.

Link copied to clipboard
val contentType: String? = null

HTTP content type to send in the response.

Link copied to clipboard
val statusCode: Int? = null

HTTP status code to send in the response.