AnalysisPercentVisibleRangeArgs

data class AnalysisPercentVisibleRangeArgs(val from: Output<Double>? = null, val to: Output<Double>? = null) : ConvertibleToJava<AnalysisPercentVisibleRangeArgs>

Constructors

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

Properties

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

The lower bound of the range.

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

The top bound of the range.

Functions

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