DashboardRangeEndsLabelTypeArgs

data class DashboardRangeEndsLabelTypeArgs(val visibility: Output<DashboardVisibility>? = null) : ConvertibleToJava<DashboardRangeEndsLabelTypeArgs>

Constructors

Link copied to clipboard
constructor(visibility: Output<DashboardVisibility>? = null)

Properties

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

The visibility of the range ends label.

Functions

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