Class: DatadogAPIClient::V2::ProductCatalogSKUTieredPricing
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductCatalogSKUTieredPricing
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_catalog_sku_tiered_pricing.rb
Overview
The tiered pricing applied to on-demand usage of the SKU. null when the SKU is priced
with a single list price instead.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#tiers ⇒ Object
readonly
The pricing tiers, ordered by ascending usage quantity.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_catalog_sku_tiered_pricing.rb', line 28 def additional_properties @additional_properties end |
#tiers ⇒ Object
The pricing tiers, ordered by ascending usage quantity.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/product_catalog_sku_tiered_pricing.rb', line 26 def tiers @tiers end |