Get Channel Result
data class GetChannelResult(val channelType: String? = null, val expirationTimeIfNotActivatedUtc: String? = null, val id: String, val messageForActivation: String? = null, val name: String, val partnerDestinationInfo: WebhookPartnerDestinationInfoResponse? = null, val partnerTopicInfo: PartnerTopicInfoResponse? = null, val provisioningState: String? = null, val readinessState: String? = null, val systemData: SystemDataResponse, val type: String)
Channel info.
Constructors
Link copied to clipboard
fun GetChannelResult(channelType: String? = null, expirationTimeIfNotActivatedUtc: String? = null, id: String, messageForActivation: String? = null, name: String, partnerDestinationInfo: WebhookPartnerDestinationInfoResponse? = null, partnerTopicInfo: PartnerTopicInfoResponse? = null, provisioningState: String? = null, readinessState: String? = null, systemData: SystemDataResponse, type: String)