Module Values.RecommendationSetSource

Contains a recommendation set.

Sourcetype nonrec t = {
  1. strategy : Strategy.t option;
    (*

    The recommended strategy.

    *)
  2. targetDestination : TargetDestination.t option;
    (*

    The recommended target destination.

    *)
  3. transformationTool : TransformationTool.t option;
    (*

    The target destination for the recommendation set.

    *)
}
Sourceval make : ?strategy:??? -> ?targetDestination:??? -> ?transformationTool:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of TranformationToolDescription.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