public sealed class ThresholdRule : IMessage<ThresholdRule>, IEquatable<ThresholdRule>, IDeepCloneable<ThresholdRule>, IBufferMessage, IMessage
ThresholdRule contains a definition of a threshold which triggers
an alert (a notification of a threshold being crossed) to be sent when
spend goes above the specified amount.
Alerts are automatically e-mailed to users with the Billing Account
Administrator role or the Billing Account User role.
The thresholds here have no effect on notifications sent to anything
configured under Budget.all_updates_rule.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ThresholdRule` class defines a threshold that triggers an alert when spending exceeds a specified amount, with notifications sent to users with Billing Account Administrator or Billing Account User roles."],["The latest version of the API documentation for `ThresholdRule` is 2.6.0, although this page is presenting version 1.2.0, which is also available."],["`ThresholdRule` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors: a default constructor and one that takes another `ThresholdRule` object as a parameter."],["`ThresholdRule` includes properties for `SpendBasis`, which determines how spend is calculated, and `ThresholdPercent`, a required value indicating the percentage at which an alert is triggered."]]],[]]