Values.AddressDimensionSourceObject that segments on Customer Profile's address object.
type nonrec t = {city : ProfileDimension.t option;The city belonging to the address.
*)country : ProfileDimension.t option;The country belonging to the address.
*)county : ProfileDimension.t option;The county belonging to the address.
*)postalCode : ProfileDimension.t option;The postal code belonging to the address.
*)province : ProfileDimension.t option;The province belonging to the address.
*)state : ProfileDimension.t option;The state belonging to the address.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String1To255.t ] list ])
list ])
list ]