Class: DatadogAPIClient::V2::ProductCatalogSKUTieredPricing

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#tiersObject

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