Partner Topic Info Response
data class PartnerTopicInfoResponse(val azureSubscriptionId: String? = null, val eventTypeInfo: EventTypeInfoResponse? = null, val name: String? = null, val resourceGroupName: String? = null, val source: String? = null)
Properties of the corresponding partner topic of a Channel.
Constructors
Link copied to clipboard
fun PartnerTopicInfoResponse(azureSubscriptionId: String? = null, eventTypeInfo: EventTypeInfoResponse? = null, name: String? = null, resourceGroupName: String? = null, source: String? = null)