Dashboard Histogram Bin Options Args
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
fun DashboardHistogramBinOptionsArgs(binCount: Output<DashboardBinCountOptionsArgs>? = null, binWidth: Output<DashboardBinWidthOptionsArgs>? = null, selectedBinType: Output<DashboardHistogramBinType>? = null, startValue: Output<Double>? = null)