Module Values.CreateConfigurationSetTrackingOptionsRequestSource

Represents a request to create an open and click tracking option object in a configuration set.

Sourcetype nonrec t = {
  1. configurationSetName : ConfigurationSetName.t;
    (*

    The name of the configuration set that the tracking options should be associated with.

    *)
  2. trackingOptions : TrackingOptions.t;
}
Sourceval context_ : string
Sourceval make : configurationSetName:ConfigurationSetName.t -> trackingOptions:TrackingOptions.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ConfigurationSetName.t | `Structure of (string * [> `String of CustomRedirectDomain.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t