GetTopicsTopic

data class GetTopicsTopic(val id: String, val independentNaming: Boolean, val instanceId: String, val messageType: Int, val owner: String, val perm: Int, val relation: Int, val relationName: String, val remark: String, val tags: Map<String, String>, val topic: String, val topicName: String)

Constructors

Link copied to clipboard
constructor(id: String, independentNaming: Boolean, instanceId: String, messageType: Int, owner: String, perm: Int, relation: Int, relationName: String, remark: String, tags: Map<String, String>, topic: String, topicName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The id of the topic.

Link copied to clipboard

Indicates whether namespaces are available. Read Fields in PublishInfoDo for further details.

Link copied to clipboard

ID of the ONS Instance that owns the topics.

Link copied to clipboard

The type of the message. Read Fields in PublishInfoDo for further details.

Link copied to clipboard

The ID of the topic owner, which is the Alibaba Cloud UID.

Link copied to clipboard
val perm: Int

This attribute is used to set the read-write mode for the topic.

Link copied to clipboard

The relation ID. Read Fields in PublishInfoDo for further details.

Link copied to clipboard

The name of the relation, for example, owner, publishable, subscribable, and publishable and subscribable.

Link copied to clipboard

Remark of the topic.

Link copied to clipboard

A map of tags assigned to the Ons instance.

Link copied to clipboard

The name of the topic.

Link copied to clipboard

The name of the topic.