AnalysisBodySectionRepeatDimensionConfiguration

data class AnalysisBodySectionRepeatDimensionConfiguration(val dynamicCategoryDimensionConfiguration: AnalysisBodySectionDynamicCategoryDimensionConfiguration? = null, val dynamicNumericDimensionConfiguration: AnalysisBodySectionDynamicNumericDimensionConfiguration? = null)

Constructors

constructor(dynamicCategoryDimensionConfiguration: AnalysisBodySectionDynamicCategoryDimensionConfiguration? = null, dynamicNumericDimensionConfiguration: AnalysisBodySectionDynamicNumericDimensionConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.

Link copied to clipboard

Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.