Module Values_0.BodySectionRepeatDimensionConfigurationSource

Describes the dataset column and constraints for the dynamic values used to repeat the contents of a section. The dataset column is either Category or Numeric column configuration

Sourcetype nonrec t = {
  1. dynamicCategoryDimensionConfiguration : BodySectionDynamicCategoryDimensionConfiguration.t option;
    (*

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

    *)
  2. dynamicNumericDimensionConfiguration : BodySectionDynamicNumericDimensionConfiguration.t option;
    (*

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

    *)
}
Sourceval make : ?dynamicCategoryDimensionConfiguration:??? -> ?dynamicNumericDimensionConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of BodySectionDynamicDimensionLimit.t | `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentileValue.t ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `String of DataSetIdentifier.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t