Event Channel Destination Response
data class EventChannelDestinationResponse(val azureSubscriptionId: String? = null, val partnerTopicName: String? = null, val resourceGroup: String? = null)
Properties of the destination of an event channel.
Constructors
Link copied to clipboard
fun EventChannelDestinationResponse(azureSubscriptionId: String? = null, partnerTopicName: String? = null, resourceGroup: String? = null)