SBClientAffinePropertiesResponse

data class SBClientAffinePropertiesResponse(val clientId: String? = null, val isDurable: Boolean? = null, val isShared: Boolean? = null)

Properties specific to client affine subscriptions.

Constructors

Link copied to clipboard
constructor(clientId: String? = null, isDurable: Boolean? = null, isShared: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

Indicates the Client ID of the application that created the client-affine subscription.

Link copied to clipboard
val isDurable: Boolean? = null

For client-affine subscriptions, this value indicates whether the subscription is durable or not.

Link copied to clipboard
val isShared: Boolean? = null

For client-affine subscriptions, this value indicates whether the subscription is shared or not.