TemplateHeaderFooterSectionConfigurationArgs

data class TemplateHeaderFooterSectionConfigurationArgs(val layout: Output<TemplateSectionLayoutConfigurationArgs>, val sectionId: Output<String>, val style: Output<TemplateSectionStyleArgs>? = null) : ConvertibleToJava<TemplateHeaderFooterSectionConfigurationArgs>

Constructors

constructor(layout: Output<TemplateSectionLayoutConfigurationArgs>, sectionId: Output<String>, style: Output<TemplateSectionStyleArgs>? = null)

Properties

Link copied to clipboard

The layout configuration of the header or footer section.

Link copied to clipboard
val sectionId: Output<String>

The unique identifier of the header or footer section.

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

The style options of a header or footer section.

Functions

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