DashboardHistogramBinOptionsArgs

data class DashboardHistogramBinOptionsArgs(val binCount: Output<DashboardBinCountOptionsArgs>? = null, val binWidth: Output<DashboardBinWidthOptionsArgs>? = null, val selectedBinType: Output<DashboardHistogramBinType>? = null, val startValue: Output<Double>? = null) : ConvertibleToJava<DashboardHistogramBinOptionsArgs>

Constructors

Link copied to clipboard
constructor(binCount: Output<DashboardBinCountOptionsArgs>? = null, binWidth: Output<DashboardBinWidthOptionsArgs>? = null, selectedBinType: Output<DashboardHistogramBinType>? = null, startValue: Output<Double>? = null)

Properties

Link copied to clipboard

The options that determine the bin count of a histogram.

Link copied to clipboard

The options that determine the bin width of a histogram.

Link copied to clipboard

The options that determine the selected bin type.

Link copied to clipboard
val startValue: Output<Double>? = null

The options that determine the bin start value.

Functions

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