ListenerRuleActionFixedResponse

data class ListenerRuleActionFixedResponse(val contentType: String, val messageBody: String? = null, val statusCode: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The content type. Valid values are text/plain, text/css, text/html, application/javascript and application/json.

Link copied to clipboard
val messageBody: String? = null

The message body.

Link copied to clipboard
val statusCode: String? = null

The HTTP response code. Valid values are 2XX, 4XX, or 5XX.