DashboardBodySectionConfigurationArgs

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

Properties

Link copied to clipboard

The configuration of content in a body section.

Link copied to clipboard

The configuration of a page break for a section.

Link copied to clipboard

Describes the configurations that are required to declare a section as repeating.

Link copied to clipboard
val sectionId: Output<String>

The unique identifier of a body section.

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

The style options of a body section.

Functions

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