RateLimitActionResponseArgs

data class RateLimitActionResponseArgs(val body: Output<String>? = null, val contentType: Output<String>? = null) : ConvertibleToJava<RateLimitActionResponseArgs>

Constructors

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

Properties

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

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

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

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

Functions

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