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."],[[["The latest version of the Google Cloud Billing v1 API documentation for `PricingExpression.Types.TierRate` is version 3.9.0."],["`PricingExpression.Types.TierRate` is a class within the Google Cloud Billing v1 API that represents the price rate based on usage, acting as a pricing structure for resource consumption."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities such as serialization, comparison, and cloning."],["The `TierRate` class has two main properties: `StartUsageAmount`, which indicates the usage threshold for a given price, and `UnitPrice`, which defines the cost per unit of usage."],["The available documentation encompasses multiple versions, ranging from version 2.2.0 to the latest version 3.9.0, allowing users to look into past iterations of the API class."]]],[]]