GetDomainEventSubscriptionFullUrlResult

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

Full endpoint URL of an event subscription

Constructors

Link copied to clipboard
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.