DashboardBodySectionConfigurationArgs

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
fun DashboardBodySectionConfigurationArgs(content: Output<DashboardBodySectionContentArgs>, pageBreakConfiguration: Output<DashboardSectionPageBreakConfigurationArgs>? = null, sectionId: Output<String>, style: Output<DashboardSectionStyleArgs>? = null)

Functions

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

Properties

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