ItemResponse

Provides information about the results of a request to create or update an endpoint that's associated with an event.

Types

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

Properties

Link copied to clipboard

The response that was received after the endpoint data was accepted.

Link copied to clipboard

A multipart response object that contains a key and a value for each event in the request. In each object, the event ID is the key and an EventItemResponse object is the value.

Functions

Link copied to clipboard
inline fun copy(block: ItemResponse.Builder.() -> Unit = {}): ItemResponse
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