Module Values.NielsenWatermarksSettingsSource

Nielsen Watermarks Settings

Sourcetype nonrec t = {
  1. nielsenCbetSettings : NielsenCBET.t option;
    (*

    Complete these fields only if you want to insert watermarks of type Nielsen CBET

    *)
  2. nielsenDistributionType : NielsenWatermarksDistributionTypes.t option;
    (*

    Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR

    *)
  3. nielsenNaesIiNwSettings : NielsenNaesIiNw.t option;
    (*

    Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).

    *)
}
Sourceval make : ?nielsenCbetSettings:??? -> ?nielsenDistributionType:??? -> ?nielsenNaesIiNwSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Double of float | `Enum of string | `String of string ]) 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