EventItemResponse

Provides the status code and message that result from processing an event.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A custom message that's returned in the response as a result of processing the event.

Link copied to clipboard

The status code that's returned in the response as a result of processing the event. Possible values are: 202, for events that were accepted; and, 400, for events that weren't valid.

Functions

Link copied to clipboard
inline fun copy(block: EventItemResponse.Builder.() -> Unit = {}): EventItemResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String