Listener Rule Action Fixed Response
data class ListenerRuleActionFixedResponse(val contentType: String, val messageBody: String? = null, val statusCode: String? = null)
Constructors
Link copied to clipboard
fun ListenerRuleActionFixedResponse(contentType: String, messageBody: String? = null, statusCode: String? = null)