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-04-17 UTC."],[[["This documentation covers the `PricingExpression.Types.TierRate` class within the Google Cloud Billing v1 API, detailing its structure and usage."],["The `TierRate` class represents the price rate for usage, indicating the starting usage amount and its corresponding price, using the properties `StartUsageAmount` and `UnitPrice`."],["The latest version of the API available is 3.9.0, with multiple previous versions also available ranging from 3.8.0 to 2.2.0, along with version 3.4.0 being the version primarily documented in the current context."],["The `PricingExpression.Types.TierRate` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default `TierRate()` constructor and a `TierRate(TierRate)` constructor for creating a new instance based on another `PricingExpression.Types.TierRate` object."]]],[]]