Values.CreateConfigurationSetTrackingOptionsRequestSourceRepresents a request to create an open and click tracking option object in a configuration set.
type nonrec t = {configurationSetName : ConfigurationSetName.t;The name of the configuration set that the tracking options should be associated with.
*)trackingOptions : TrackingOptions.t;}val make :
configurationSetName:ConfigurationSetName.t ->
trackingOptions:TrackingOptions.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ConfigurationSetName.t
| `Structure of
(string * [> `String of CustomRedirectDomain.t ]) list ])
list ]