EventResponseMessageResponse

data class EventResponseMessageResponse(val content: String? = null, val headers: Map<String, String>? = null, val reasonPhrase: String? = null, val statusCode: String? = null, val version: String? = null)

The event response message received from the service URI.

Constructors

Link copied to clipboard
constructor(content: String? = null, headers: Map<String, String>? = null, reasonPhrase: String? = null, statusCode: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

The content of the event response message.

Link copied to clipboard
val headers: Map<String, String>? = null

The headers of the event response message.

Link copied to clipboard
val reasonPhrase: String? = null

The reason phrase of the event response message.

Link copied to clipboard
val statusCode: String? = null

The status code of the event response message.

Link copied to clipboard
val version: String? = null

The HTTP message version.