ScheduledQueryMixedMeasureMappingArgs

data class ScheduledQueryMixedMeasureMappingArgs(val measureName: Output<String>? = null, val measureValueType: Output<ScheduledQueryMixedMeasureMappingMeasureValueType>, val multiMeasureAttributeMappings: Output<List<ScheduledQueryMultiMeasureAttributeMappingArgs>>? = null, val sourceColumn: Output<String>? = null, val targetMeasureName: Output<String>? = null) : ConvertibleToJava<ScheduledQueryMixedMeasureMappingArgs>

MixedMeasureMappings are mappings that can be used to ingest data into a mixture of narrow and multi measures in the derived table.

Constructors

Link copied to clipboard
constructor(measureName: Output<String>? = null, measureValueType: Output<ScheduledQueryMixedMeasureMappingMeasureValueType>, multiMeasureAttributeMappings: Output<List<ScheduledQueryMultiMeasureAttributeMappingArgs>>? = null, sourceColumn: Output<String>? = null, targetMeasureName: Output<String>? = null)

Properties

Link copied to clipboard
val measureName: Output<String>? = null
Link copied to clipboard
val sourceColumn: Output<String>? = null
Link copied to clipboard
val targetMeasureName: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): ScheduledQueryMixedMeasureMappingArgs