DashboardBinWidthOptionsArgs

data class DashboardBinWidthOptionsArgs(val binCountLimit: Output<Double>? = null, val value: Output<Double>? = null) : ConvertibleToJava<DashboardBinWidthOptionsArgs>

Constructors

Link copied to clipboard
constructor(binCountLimit: Output<Double>? = null, value: Output<Double>? = null)

Properties

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

The options that determine the bin count limit.

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

The options that determine the bin width value.

Functions

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