Get Msc Sub Subscriptions Subscription
data class GetMscSubSubscriptionsSubscription(val channel: String, val contactIds: List<Int>, val description: String, val emailStatus: Int, val id: String, val itemId: String, val itemName: String, val pmsgStatus: Int, val smsStatus: Int, val ttsStatus: Int, val webhookIds: List<Int>, val webhookStatus: Int)
Constructors
Properties
Link copied to clipboard
The ids of subscribed contacts.
Link copied to clipboard
The description of the Subscription.
Link copied to clipboard
The status of email subscription. Valid values: -1
, -2
, 0
, 1
. -1
means required, -2
means banned; 1
means subscribed; 0
means not subscribed.
Link copied to clipboard
The status of pmsg subscription. Valid values: -1
, -2
, 0
, 1
. -1
means required, -2
means banned; 1
means subscribed; 0
means not subscribed.
Link copied to clipboard
The ids of subscribed webhooks.
Link copied to clipboard
The status of webhook subscription. Valid values: -1
, -2
, 0
, 1
. -1
means required, -2
means banned; 1
means subscribed; 0
means not subscribed.