DashboardUnaggregatedFieldArgs

data class DashboardUnaggregatedFieldArgs(val column: Output<DashboardColumnIdentifierArgs>, val fieldId: Output<String>, val formatConfiguration: Output<DashboardFormatConfigurationArgs>? = null) : ConvertibleToJava<DashboardUnaggregatedFieldArgs>

Constructors

Link copied to clipboard
constructor(column: Output<DashboardColumnIdentifierArgs>, fieldId: Output<String>, formatConfiguration: Output<DashboardFormatConfigurationArgs>? = null)

Properties

Link copied to clipboard

The column that is used in the UnaggregatedField .

Link copied to clipboard
val fieldId: Output<String>

The custom field ID.

Link copied to clipboard

The format configuration of the field.

Functions

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