Module Values.BudgetActionToRemoveSource

The budget action to remove.

Sourcetype nonrec t = {
  1. type_ : BudgetActionType.t;
    (*

    The type of budget action to remove.

    *)
  2. thresholdPercentage : ThresholdPercentage.t;
    (*

    The percentage threshold for the budget action to remove.

    *)
}
Sourceval context_ : string
Sourceval make : type_:BudgetActionType.t -> thresholdPercentage:ThresholdPercentage.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Float of ThresholdPercentage.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