Analysis Histogram Bin Options Args
data class AnalysisHistogramBinOptionsArgs(val binCount: Output<AnalysisBinCountOptionsArgs>? = null, val binWidth: Output<AnalysisBinWidthOptionsArgs>? = null, val selectedBinType: Output<AnalysisHistogramBinType>? = null, val startValue: Output<Double>? = null) : ConvertibleToJava<AnalysisHistogramBinOptionsArgs>
Constructors
Link copied to clipboard
fun AnalysisHistogramBinOptionsArgs(binCount: Output<AnalysisBinCountOptionsArgs>? = null, binWidth: Output<AnalysisBinWidthOptionsArgs>? = null, selectedBinType: Output<AnalysisHistogramBinType>? = null, startValue: Output<Double>? = null)