RateLimitActionResponse

data class RateLimitActionResponse(val body: String, val contentType: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The body to return, the content here should conform to the content_type.

Link copied to clipboard

The content-type of the body. Available values: text/plain, text/xml, application/json.