GetMscSubSubscriptionsSubscription

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

Link copied to clipboard
constructor(channel: String, contactIds: List<Int>, description: String, emailStatus: Int, id: String, itemId: String, itemName: String, pmsgStatus: Int, smsStatus: Int, ttsStatus: Int, webhookIds: List<Int>, webhookStatus: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The channel the Subscription.

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
val id: String

The ID of the Subscription.

Link copied to clipboard

The ID of the Subscription.

Link copied to clipboard

The name of the Subscription.

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 status of sms 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 tts 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.