EventSubscription

A subscription to specific event types.

Types

Link copied to clipboard
class Builder

A builder for EventSubscription.

Link copied to clipboard
object Companion
Link copied to clipboard
class EventType : Enum

Functions

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of description.

Link copied to clipboard

Returns the raw JSON value of disabled.

Link copied to clipboard

Returns the raw JSON value of eventTypes.

Link copied to clipboard

Returns the raw JSON value of token.

Link copied to clipboard

Returns the raw JSON value of url.

Link copied to clipboard

A description of the subscription.

Link copied to clipboard

Whether the subscription is disabled.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun token(): String

Globally unique identifier.

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun url(): String
Link copied to clipboard