GetEventSubscriptionPlainArgs

data class GetEventSubscriptionPlainArgs(val subscriptionName: String) : ConvertibleToJava<GetEventSubscriptionPlainArgs>

Constructors

Link copied to clipboard
constructor(subscriptionName: String)

Properties

Link copied to clipboard

The name of the subscription. Constraints: The name must be less than 255 characters.

Functions

Link copied to clipboard
open override fun toJava(): GetEventSubscriptionPlainArgs