Values.CalculatedAttributeDimensionSourceObject that segments on Customer Profile's Calculated Attributes.
type nonrec t = {dimensionType : AttributeDimensionType.t;The action to segment with.
*)values : Values.t;The values to apply the DimensionType with.
*)conditionOverrides : ConditionOverrides.t option;Applies the given condition over the initial Calculated Attribute's definition.
*)}val make :
?conditionOverrides:??? ->
dimensionType:AttributeDimensionType.t ->
values:Values.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String1To255.t ] list
| `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `Integer of Start.t ]) list ])
list ])
list ]