Analysis Header Footer Section Configuration Args
data class AnalysisHeaderFooterSectionConfigurationArgs(val layout: Output<AnalysisSectionLayoutConfigurationArgs>, val sectionId: Output<String>, val style: Output<AnalysisSectionStyleArgs>? = null) : ConvertibleToJava<AnalysisHeaderFooterSectionConfigurationArgs>
Constructors
Link copied to clipboard
constructor(layout: Output<AnalysisSectionLayoutConfigurationArgs>, sectionId: Output<String>, style: Output<AnalysisSectionStyleArgs>? = null)