Values.ChoiceUpdateSourceA list of choices to be updated.
type nonrec t = {status : ChoiceStatus.t;The status of a choice.
*)reason : ChoiceReason.t option;The reason why a choice is non-applicable to a question in your workload.
*)notes : ChoiceNotes.t option;The notes associated with a choice.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ChoiceNotes.t ]) list ]