Module Values.NielsenNaesIiNwSource

Nielsen Naes Ii Nw

Sourcetype nonrec t = {
  1. checkDigitString : string;
    (*

    Enter the check digit string for the watermark

    *)
  2. sid : float;
    (*

    Enter the Nielsen Source ID (SID) to include in the watermark

    *)
  3. timezone : NielsenWatermarkTimezones.t option;
    (*

    Choose the timezone for the time stamps in the watermark. If not provided, the timestamps will be in Coordinated Universal Time (UTC)

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