ScheduledQueryMultiMeasureAttributeMapping

data class ScheduledQueryMultiMeasureAttributeMapping(val measureValueType: ScheduledQueryMultiMeasureAttributeMappingMeasureValueType, val sourceColumn: String, val targetMultiMeasureAttributeName: String? = null)

An attribute mapping to be used for mapping query results to ingest data for multi-measure attributes.

Constructors

constructor(measureValueType: ScheduledQueryMultiMeasureAttributeMappingMeasureValueType, sourceColumn: String, targetMultiMeasureAttributeName: String? = null)

Types

Link copied to clipboard
object Companion