TemplateBodySectionContentArgs

data class TemplateBodySectionContentArgs(val layout: Output<TemplateSectionLayoutConfigurationArgs>? = null) : ConvertibleToJava<TemplateBodySectionContentArgs>

Constructors

Link copied to clipboard
constructor(layout: Output<TemplateSectionLayoutConfigurationArgs>? = null)

Properties

Link copied to clipboard

The layout configuration of a body section.

Functions

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