CreateChannelRequest

Types

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

Properties

Link copied to clipboard

One or more event data stores to which events arriving through a channel will be logged.

Link copied to clipboard
val name: String?

The name of the channel.

Link copied to clipboard

The name of the partner or external event source. You cannot change this name after you create the channel. A maximum of one channel is allowed per source.

Link copied to clipboard
val tags: List<Tag>?

A list of tags.

Functions

Link copied to clipboard
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