public sealed class TierRate : IMessage<PricingExpression.Types.TierRate>, IEquatable<PricingExpression.Types.TierRate>, IDeepCloneable<PricingExpression.Types.TierRate>, IBufferMessage, IMessage
The price rate indicating starting usage and its corresponding price.
Usage is priced at this rate only after this amount.
Example: start_usage_amount of 10 indicates that the usage will be priced
at the unit_price after the first 10 usage_units.
[[["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-04-17 UTC."],[[["The `TierRate` class in the `Google.Cloud.Billing.V1` namespace represents the pricing structure for usage, indicating both the starting usage threshold and the corresponding price."],["Version 3.9.0 is the latest version of the `TierRate` documentation, which is part of the `Google.Cloud.Billing.V1` library, while multiple other versions from 3.8.0 down to 2.2.0 are available."],["`TierRate` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class offers two constructors: a default constructor (`TierRate()`) and one that takes another `TierRate` object as a parameter for easy copying (`TierRate(PricingExpression.Types.TierRate other)`)."],["`TierRate` includes properties `StartUsageAmount` which defines the amount of usage before unit pricing kicks in, and `UnitPrice`, which defines the cost of each unit of usage."]]],[]]