TemplateHeaderFooterSectionConfigurationArgs

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

Constructors

Functions

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

Properties

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