GetNamespaceTopicEventSubscriptionFullUrlResult

data class GetNamespaceTopicEventSubscriptionFullUrlResult(val endpointUrl: String? = null)

Full endpoint URL of an event subscription

Constructors

constructor(endpointUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpointUrl: String? = null

The URL that represents the endpoint of the destination of an event subscription.