GetServiceSubscriptionsSubscription

data class GetServiceSubscriptionsSubscription(val createTime: Int, val endpoint: String, val filterTag: String, val id: String, val lastModifyTime: Int, val notifyContentFormat: String, val notifyStrategy: String, val subscriptionName: String, val subscriptionUrl: String, val topicName: String, val topicOwner: String)

Constructors

Link copied to clipboard
constructor(createTime: Int, endpoint: String, filterTag: String, id: String, lastModifyTime: Int, notifyContentFormat: String, notifyStrategy: String, subscriptionName: String, subscriptionUrl: String, topicName: String, topicOwner: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the subscription was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.

Link copied to clipboard

The endpoint to which the messages are pushed.

Link copied to clipboard

The tag that is used to filter messages. Only the messages that are attached with the specified tag can be pushed.

Link copied to clipboard
val id: String

The id of the Subscription.

Link copied to clipboard

The time when the subscription was last modified. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.

Link copied to clipboard

The content format of the messages that are pushed to the endpoint.

Link copied to clipboard

The retry policy that is applied if an error occurs when MNS pushes messages to the endpoint.

Link copied to clipboard

The name of the subscription.

Link copied to clipboard

The url of the subscription.

Link copied to clipboard

The name of the topic.

Link copied to clipboard

The account ID of the topic owner.