Values_1.DescribeExperimentRequestSourceProvides a list of an experiment's properties.
type nonrec t = {experimentName : Values_0.ExperimentEntityName.t;The name of the experiment to describe.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.ExperimentEntityName.t ]) list ]