Values.ProvideAnomalyFeedbackRequestSourceModifies the feedback property of a given cost anomaly.
type nonrec t = {anomalyId : GenericString.t;A cost anomaly ID.
*)feedback : AnomalyFeedbackType.t;Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GenericString.t ]) list ]