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 documentation page covers the `PricingExpression.Types.TierRate` class within the Google Cloud Billing v1 API, offering reference information and code samples."],["The `TierRate` class represents a price tier, detailing the starting usage amount and the corresponding price per unit."],["The `TierRate` class has properties for `StartUsageAmount` (a double) and `UnitPrice` (Money type), which specifies the price and how usage is determined for the tier."],["The documentation offers a range of versions from 2.2.0 to the latest 3.9.0, allowing users to access information specific to the version they are working with."],["The class `PricingExpression.Types.TierRate` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role in message handling and data management within the API."]]],[]]