DataSetLogicalTableMap

data class DataSetLogicalTableMap(val alias: String, val dataTransforms: List<DataSetLogicalTableMapDataTransform>? = null, val logicalTableMapId: String, val source: DataSetLogicalTableMapSource)

Constructors

Link copied to clipboard
constructor(alias: String, dataTransforms: List<DataSetLogicalTableMapDataTransform>? = null, logicalTableMapId: String, source: DataSetLogicalTableMapSource)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A display name for the logical table.

Link copied to clipboard

Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null. See data_transforms.

Link copied to clipboard

Key of the logical table map.

Link copied to clipboard

Source of this logical table. See source.