FirewallRuleActionResponse

data class FirewallRuleActionResponse(val body: String? = null, val contentType: String? = null)

Constructors

Link copied to clipboard
constructor(body: String? = null, contentType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val body: String? = null

The response body to return. The value must conform to the configured content type.

Link copied to clipboard
val contentType: String? = null

The content type of the body. Must be one of the following: text/plain, text/xml, or application/json.