GetTopicSubscriptionsSubscription

data class GetTopicSubscriptionsSubscription(val endpoint: String, val filterTag: String, val id: String, val name: String, val notifyContentFormat: String, val notifyStrategy: String, val topicName: String)

Constructors

Link copied to clipboard
constructor(endpoint: String, filterTag: String, id: String, name: String, notifyContentFormat: String, notifyStrategy: String, topicName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describe the terminal address of the message received in this subscription.

Link copied to clipboard

A string to filter resulting messages of the topic by their message tag.

Link copied to clipboard
val id: String

The ID of the topic subscription. The value is set to name.

Link copied to clipboard

The name of the subscription.

Link copied to clipboard

The NotifyContentFormat attribute of Subscription. This attribute specifies the content format of the messages pushed to users.

Link copied to clipboard

The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails.

Link copied to clipboard

Two topics on a single account in the same region cannot have the same name. A topic name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 256 characters.