columnType

@JvmName(name = "pqwspdqhoklcutrx")
suspend fun columnType(value: Output<AnalysisTransposedColumnType>)
@JvmName(name = "pgajfenfbxvvklqu")
suspend fun columnType(value: AnalysisTransposedColumnType)

Parameters

value

The column type of the column in a transposed table. Choose one of the following options:

  • ROW_HEADER_COLUMN : Refers to the leftmost column of the row header in the transposed table.

  • VALUE_COLUMN : Refers to all value columns in the transposed table.