GetEventSourcesSource

data class GetEventSourcesSource(val description: String, val eventSourceName: String, val externalSourceConfig: Map<String, String>, val externalSourceType: String, val id: String, val linkedExternalSource: Boolean, val type: String)

Constructors

Link copied to clipboard
constructor(description: String, eventSourceName: String, externalSourceConfig: Map<String, String>, externalSourceType: String, id: String, linkedExternalSource: Boolean, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The detail describe of event source.

Link copied to clipboard

The code name of event source.

Link copied to clipboard

The config of external data source.

Link copied to clipboard

The type of external data source.

Link copied to clipboard
val id: String

The ID of the Event Source.

Link copied to clipboard

Whether to connect to an external data source.

Link copied to clipboard