Values.ExperimentActionStateSourceDescribes the state of an action.
type nonrec t = {status : ExperimentActionStatus.t option;The state of the action.
*)reason : ExperimentActionStatusReason.t option;The reason for the state.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of ExperimentActionStatusReason.t ])
list ]