Values.UpdateProblemRequestSourceUpdates the visibility of the problem or specifies the problem as RESOLVED.
type nonrec t = {problemId : ProblemId.t;The ID of the problem.
*)updateStatus : UpdateStatus.t option;The status of the problem. Arguments can be passed for only problems that show a status of RECOVERING.
*)visibility : Visibility.t option;The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the default view, and all notifications for the problem are suspended. When VISIBLE is passed, the IGNORED action is reversed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ProblemId.t ]) list ]