TemplateBodySectionConfigurationArgs

data class TemplateBodySectionConfigurationArgs(val content: Output<TemplateBodySectionContentArgs>, val pageBreakConfiguration: Output<TemplateSectionPageBreakConfigurationArgs>? = null, val sectionId: Output<String>, val style: Output<TemplateSectionStyleArgs>? = null) : ConvertibleToJava<TemplateBodySectionConfigurationArgs>

Constructors

Link copied to clipboard
constructor(content: Output<TemplateBodySectionContentArgs>, pageBreakConfiguration: Output<TemplateSectionPageBreakConfigurationArgs>? = null, sectionId: Output<String>, style: Output<TemplateSectionStyleArgs>? = 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
val sectionId: Output<String>

The unique identifier of a body section.

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

The style options of a body section.

Functions

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