SubscriptionReceiverValueResponse

data class SubscriptionReceiverValueResponse(val role: String? = null, val subscriptionId: String? = null, val subscriptionName: String? = null)

The subscription role receiver value.

Constructors

Link copied to clipboard
constructor(role: String? = null, subscriptionId: String? = null, subscriptionName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val role: String? = null

The role of the notification receiver.

Link copied to clipboard
val subscriptionId: String? = null

The subscription id of the notification receiver.

Link copied to clipboard

The subscription name of the notification receiver.