public sealed class PricingExpression.Types.TierRate : IMessage<PricingExpression.Types.TierRate>, IEquatable<PricingExpression.Types.TierRate>, IDeepCloneable<PricingExpression.Types.TierRate>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Billing v1 API class PricingExpression.Types.TierRate.
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-03-21 UTC."],[[["This document provides reference information for the `PricingExpression.Types.TierRate` class within the Google Cloud Billing v1 API, specifically version 3.5.0."],["`PricingExpression.Types.TierRate` represents the price rate for usage, indicating the starting usage amount and its corresponding price."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as part of its functionality."],["The `TierRate` class includes properties such as `StartUsageAmount` to define the usage threshold and `UnitPrice` to define the price per unit, and it can be constructed using `TierRate()` and `TierRate(PricingExpression.Types.TierRate other)`."],["There are various versions of this API available, ranging from version 2.2.0 up to the latest version 3.9.0."]]],[]]