DashboardPercentVisibleRangeArgs

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

Constructors

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

Functions

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

Properties

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