Dashboard Legend Options Args
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
constructor(height: Output<String>? = null, position: Output<DashboardLegendPosition>? = null, title: Output<DashboardLabelOptionsArgs>? = null, visibility: Output<DashboardVisibility>? = null, width: Output<String>? = null)