Dashboard Header Footer Section Configuration Args
data class DashboardHeaderFooterSectionConfigurationArgs(val layout: Output<DashboardSectionLayoutConfigurationArgs>, val sectionId: Output<String>, val style: Output<DashboardSectionStyleArgs>? = null) : ConvertibleToJava<DashboardHeaderFooterSectionConfigurationArgs>
Constructors
Link copied to clipboard
constructor(layout: Output<DashboardSectionLayoutConfigurationArgs>, sectionId: Output<String>, style: Output<DashboardSectionStyleArgs>? = null)