TemplateSectionBasedLayoutConfigurationArgs

data class TemplateSectionBasedLayoutConfigurationArgs(val bodySections: Output<List<TemplateBodySectionConfigurationArgs>>, val canvasSizeOptions: Output<TemplateSectionBasedLayoutCanvasSizeOptionsArgs>, val footerSections: Output<List<TemplateHeaderFooterSectionConfigurationArgs>>, val headerSections: Output<List<TemplateHeaderFooterSectionConfigurationArgs>>) : ConvertibleToJava<TemplateSectionBasedLayoutConfigurationArgs>

Constructors

Properties

Link copied to clipboard

A list of body section configurations.

Link copied to clipboard

The options for the canvas of a section-based layout.

Link copied to clipboard

A list of footer section configurations.

Link copied to clipboard

A list of header section configurations.

Functions

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