GetRulesetRuleActionParametersResponse

data class GetRulesetRuleActionParametersResponse(val content: String, val contentType: String, val statusCode: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The content to return.

Link copied to clipboard

The type of the content to return.

Link copied to clipboard

The status code to return.