GetRateLimitsResultActionResponse

data class GetRateLimitsResultActionResponse(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 response body to return. The value must conform to the configured content type.

Link copied to clipboard

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