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."],[[["This document provides details on the `ThresholdRule` class within the `Google.Cloud.Billing.Budgets.V1` namespace, used for defining spending thresholds that trigger alerts."],["The `ThresholdRule` class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, indicating its capabilities for message handling, equality comparison, and deep cloning."],["`ThresholdRule` offers two constructors, one default and one for creating a copy from an existing `ThresholdRule` instance."],["The `SpendBasis` property allows you to specify the basis for determining if a threshold is met and defaults to `CURRENT_SPEND` if not set, while `ThresholdPercent` defines the threshold level as a percentage."],["The latest version of this documentation is for version 2.6.0, and it is a detailed class documentation with multiple previous versions listed on this page, including from 1.1.0 to 2.6.0."]]],[]]