GetListenerRuleActionFixedResponse

data class GetListenerRuleActionFixedResponse(val contentType: String, val messageBody: String, val statusCode: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Content type of the response.

Link copied to clipboard

Message body of the response.

Link copied to clipboard

The HTTP redirect code.