FixedResponseConfigResponse

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

Definition of FixedResponseConfig

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contentType: String? = null

The content type. Valid Values: text/plain | text/css | text/html | application/javascript | application/json

Link copied to clipboard
val messageBody: String? = null

The message.

Link copied to clipboard
val statusCode: String? = null

The HTTP response code (2XX, 4XX, or 5XX).