Values.ProfileDimensionSourceObject to hold the dimensions of a profile's fields to segment on.
type nonrec t = {dimensionType : StringDimensionType.t;The action to segment on.
*)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 ]