Get Event Channel Result
data class GetEventChannelResult(val destination: EventChannelDestinationResponse? = null, val expirationTimeIfNotActivatedUtc: String? = null, val filter: EventChannelFilterResponse? = null, val id: String, val name: String, val partnerTopicFriendlyDescription: String? = null, val partnerTopicReadinessState: String, val provisioningState: String, val source: EventChannelSourceResponse? = null, val systemData: SystemDataResponse, val type: String)
Event Channel.
Constructors
Link copied to clipboard
fun GetEventChannelResult(destination: EventChannelDestinationResponse? = null, expirationTimeIfNotActivatedUtc: String? = null, filter: EventChannelFilterResponse? = null, id: String, name: String, partnerTopicFriendlyDescription: String? = null, partnerTopicReadinessState: String, provisioningState: String, source: EventChannelSourceResponse? = null, systemData: SystemDataResponse, type: String)