Values.AttributeDimensionSourceObject that segments on various Customer Profile's fields.
type nonrec t = {dimensionType : AttributeDimensionType.t;The action to segment with.
*)values : Values.t;The values to apply the DimensionType on.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `List of [> `String of String1To255.t ] list ])
list ]