AnalysisHeaderFooterSectionConfigurationArgs

data class AnalysisHeaderFooterSectionConfigurationArgs(val layout: Output<AnalysisSectionLayoutConfigurationArgs>, val sectionId: Output<String>, val style: Output<AnalysisSectionStyleArgs>? = null) : ConvertibleToJava<AnalysisHeaderFooterSectionConfigurationArgs>

Constructors

constructor(layout: Output<AnalysisSectionLayoutConfigurationArgs>, sectionId: Output<String>, style: Output<AnalysisSectionStyleArgs>? = 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<AnalysisSectionStyleArgs>? = null

The style options of a header or footer section.

Functions

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