GetTopicsTopic

data class GetTopicsTopic(val id: String, val loggingEnabled: Boolean, val maximumMessageSize: Int, val name: String)

Constructors

Link copied to clipboard
constructor(id: String, loggingEnabled: Boolean, maximumMessageSize: Int, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The id of the topic. The value is set to name.

Link copied to clipboard

Whether to enable logging.

Link copied to clipboard

This indicates the maximum length, in bytes, of any message body sent to the topic.

Link copied to clipboard

The name of the topic.