DashboardColumnIdentifierArgs

data class DashboardColumnIdentifierArgs(val columnName: Output<String>, val dataSetIdentifier: Output<String>) : ConvertibleToJava<DashboardColumnIdentifierArgs>

Constructors

Link copied to clipboard
constructor(columnName: Output<String>, dataSetIdentifier: Output<String>)

Properties

Link copied to clipboard
val columnName: Output<String>

The name of the column.

Link copied to clipboard

The data set that the column belongs to.

Functions

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