Get Namespace Topic Event Subscription Result
data class GetNamespaceTopicEventSubscriptionResult(val deliveryConfiguration: DeliveryConfigurationResponse? = null, val eventDeliverySchema: String? = null, val filtersConfiguration: FiltersConfigurationResponse? = null, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
Event Subscription.
Constructors
Link copied to clipboard
fun GetNamespaceTopicEventSubscriptionResult(deliveryConfiguration: DeliveryConfigurationResponse? = null, eventDeliverySchema: String? = null, filtersConfiguration: FiltersConfigurationResponse? = null, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)