PriceTier(mapping=None, *, ignore_unknown_fields=False, **kwargs)A price
tier <https://cloud.google.com/billing/docs/how-to/pricing-table#tiered-pricing>__
pricing metric usage within a range.
Each marginal unit of usage is priced according to the price tier in which it falls.
Attributes |
|
|---|---|
| Name | Description |
start_amount |
google.type.decimal_pb2.Decimal
Output only. Inclusive lower bound of the tier interval, denominated in unit.
|
price |
google.type.money_pb2.Money
Output only. The price per price_unit_count of unit
in the tier. The price is applied fractionally if the
customer's usage within the tier is not an integer multiple
of price_unit_count.
|