Module Values.ChoiceImprovementPlanSource

The choice level improvement plan.

Sourcetype nonrec t = {
  1. choiceId : ChoiceId.t option;
  2. displayText : DisplayText.t option;
    (*

    The display text for the improvement plan.

    *)
  3. improvementPlanUrl : ImprovementPlanUrl.t option;
}
Sourceval make : ?choiceId:??? -> ?displayText:??? -> ?improvementPlanUrl:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ChoiceId.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