DashboardDateMeasureFieldArgs

data class DashboardDateMeasureFieldArgs(val aggregationFunction: Output<DashboardDateAggregationFunction>? = null, val column: Output<DashboardColumnIdentifierArgs>, val fieldId: Output<String>, val formatConfiguration: Output<DashboardDateTimeFormatConfigurationArgs>? = null) : ConvertibleToJava<DashboardDateMeasureFieldArgs>

Constructors

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

Properties

Link copied to clipboard

The aggregation function of the measure field.

Link copied to clipboard

The column that is used in the DateMeasureField .

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(): DashboardDateMeasureFieldArgs