DashboardHeaderFooterSectionConfigurationArgs

data class DashboardHeaderFooterSectionConfigurationArgs(val layout: Output<DashboardSectionLayoutConfigurationArgs>, val sectionId: Output<String>, val style: Output<DashboardSectionStyleArgs>? = null) : ConvertibleToJava<DashboardHeaderFooterSectionConfigurationArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val sectionId: Output<String>
Link copied to clipboard
val style: Output<DashboardSectionStyleArgs>? = null