GetEventChannelResult

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
constructor(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents the destination of an event channel.

Link copied to clipboard

Expiration time of the event channel. If this timer expires while the corresponding partner topic is never activated, the event channel and corresponding partner topic are deleted.

Link copied to clipboard

Information about the filter for the event channel.

Link copied to clipboard
val id: String

Fully qualified identifier of the resource.

Link copied to clipboard

Name of the resource.

Link copied to clipboard

Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic. This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.

Link copied to clipboard

The readiness state of the corresponding partner topic.

Link copied to clipboard

Provisioning state of the event channel.

Link copied to clipboard

Source of the event channel. This represents a unique resource in the partner's resource model.

Link copied to clipboard

The system metadata relating to Event Channel resource.

Link copied to clipboard

Type of the resource.