Dashboard Body Section Configuration Args
data class DashboardBodySectionConfigurationArgs(val content: Output<DashboardBodySectionContentArgs>, val pageBreakConfiguration: Output<DashboardSectionPageBreakConfigurationArgs>? = null, val sectionId: Output<String>, val style: Output<DashboardSectionStyleArgs>? = null) : ConvertibleToJava<DashboardBodySectionConfigurationArgs>
Constructors
Link copied to clipboard
constructor(content: Output<DashboardBodySectionContentArgs>, pageBreakConfiguration: Output<DashboardSectionPageBreakConfigurationArgs>? = null, sectionId: Output<String>, style: Output<DashboardSectionStyleArgs>? = null)