TopicDetails

A structure that describes the details of a topic, such as its name, description, and associated data sets.

Types

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

Properties

Link copied to clipboard

Configuration options for a Topic.

Link copied to clipboard

The data sets that the topic is associated with.

Link copied to clipboard

The description of the topic.

Link copied to clipboard
val name: String?

The name of the topic.

Link copied to clipboard

The user experience version of a topic.

Functions

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