Get Service Subscriptions Subscription
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)
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 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 account ID of the topic owner.