DashboardLegendOptionsArgs

data class DashboardLegendOptionsArgs(val height: Output<String>? = null, val position: Output<DashboardLegendPosition>? = null, val title: Output<DashboardLabelOptionsArgs>? = null, val visibility: Output<DashboardVisibility>? = null, val width: Output<String>? = null) : ConvertibleToJava<DashboardLegendOptionsArgs>

Constructors

Link copied to clipboard
fun DashboardLegendOptionsArgs(height: Output<String>? = null, position: Output<DashboardLegendPosition>? = null, title: Output<DashboardLabelOptionsArgs>? = null, visibility: Output<DashboardVisibility>? = null, width: Output<String>? = null)

Functions

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

Properties

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

String based length that is composed of value and unit in px

Link copied to clipboard
val position: Output<DashboardLegendPosition>? = null
Link copied to clipboard
val title: Output<DashboardLabelOptionsArgs>? = null
Link copied to clipboard
val visibility: Output<DashboardVisibility>? = null
Link copied to clipboard
val width: Output<String>? = null

String based length that is composed of value and unit in px