Module Values.UpdateTargetSource

A track that you can switch the current track to.

Sourcetype nonrec t = {
  1. trackName : TrackName.t option;
    (*

    The name of the new track.

    *)
  2. workgroupVersion : String_.t option;
    (*

    The workgroup version for the new track.

    *)
}
Sourceval make : ?trackName:??? -> ?workgroupVersion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TrackName.t ]) 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