Dashboard Panel Configuration Args
data class DashboardPanelConfigurationArgs(val backgroundColor: Output<String>? = null, val backgroundVisibility: Output<DashboardVisibility>? = null, val borderColor: Output<String>? = null, val borderStyle: Output<DashboardPanelBorderStyle>? = null, val borderThickness: Output<String>? = null, val borderVisibility: Output<DashboardVisibility>? = null, val gutterSpacing: Output<String>? = null, val gutterVisibility: Output<DashboardVisibility>? = null, val title: Output<DashboardPanelTitleOptionsArgs>? = null) : ConvertibleToJava<DashboardPanelConfigurationArgs>
Constructors
Link copied to clipboard
fun DashboardPanelConfigurationArgs(backgroundColor: Output<String>? = null, backgroundVisibility: Output<DashboardVisibility>? = null, borderColor: Output<String>? = null, borderStyle: Output<DashboardPanelBorderStyle>? = null, borderThickness: Output<String>? = null, borderVisibility: Output<DashboardVisibility>? = null, gutterSpacing: Output<String>? = null, gutterVisibility: Output<DashboardVisibility>? = null, title: Output<DashboardPanelTitleOptionsArgs>? = null)