Analysis Section Based Layout Configuration Args
data class AnalysisSectionBasedLayoutConfigurationArgs(val bodySections: Output<List<AnalysisBodySectionConfigurationArgs>>, val canvasSizeOptions: Output<AnalysisSectionBasedLayoutCanvasSizeOptionsArgs>, val footerSections: Output<List<AnalysisHeaderFooterSectionConfigurationArgs>>, val headerSections: Output<List<AnalysisHeaderFooterSectionConfigurationArgs>>) : ConvertibleToJava<AnalysisSectionBasedLayoutConfigurationArgs>
Constructors
Link copied to clipboard
constructor(bodySections: Output<List<AnalysisBodySectionConfigurationArgs>>, canvasSizeOptions: Output<AnalysisSectionBasedLayoutCanvasSizeOptionsArgs>, footerSections: Output<List<AnalysisHeaderFooterSectionConfigurationArgs>>, headerSections: Output<List<AnalysisHeaderFooterSectionConfigurationArgs>>)