Module Values.RootCauseImpactSource

The dollar value of the root cause.

Sourcetype nonrec t = {
  1. contribution : GenericDouble.t option;
    (*

    The dollar amount that this root cause contributed to the anomaly's TotalImpact.

    *)
}
Sourceval make : ?contribution:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of GenericDouble.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t