GetListenerRuleActionFixedResponse

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

Constructors

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

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.

Functions

Link copied to clipboard
open override fun toJava(): GetListenerRuleActionFixedResponse