Values_2.UpdateExperimentRequestSourceAdds, updates, or removes the description of an experiment. Updates the display name of an experiment.
type nonrec t = {experimentName : Values_0.ExperimentEntityName.t;The name of the experiment to update.
*)displayName : Values_0.ExperimentEntityName.t option;The name of the experiment as displayed. The name doesn't need to be unique. If DisplayName isn't specified, ExperimentName is displayed.
*)description : Values_0.ExperimentDescription.t option;The description of the experiment.
*)}val make :
?displayName:??? ->
?description:??? ->
experimentName:Values_0.ExperimentEntityName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.ExperimentEntityName.t ]) list ]