DatasetSource

data class DatasetSource(val sourceDetail: DatasetSourceDetail? = null, val sourceFormat: DatasetSourceSourceFormat, val sourceType: DatasetSourceSourceType)

Constructors

Link copied to clipboard
constructor(sourceDetail: DatasetSourceDetail? = null, sourceFormat: DatasetSourceSourceFormat, sourceType: DatasetSourceSourceType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The details of the dataset source associated with the dataset.

Link copied to clipboard

The format of the dataset source associated with the dataset.

Link copied to clipboard

The type of data source for the dataset.