ExternalSource

data class ExternalSource(val key: String, val derivationGroup: String)

An external source instance. Used for querying purposes - see EventQuery.kt. The included fields represent the primary key used to identify External Sources.

Constructors

Link copied to clipboard
constructor(key: String, derivationGroup: String)

Properties

Link copied to clipboard

The derivation group that this source is a member of.

Link copied to clipboard

The string name of this source.