Class: DatadogAPIClient::V2::ProductCatalogSKUDataResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductCatalogSKUDataResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_catalog_sku_data_response.rb
Overview
A SKU and the pricing metadata that applies to it.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
The pricing and allotment metadata of a SKU.
-
#id ⇒ Object
readonly
The code that identifies the SKU.
-
#type ⇒ Object
readonly
The SKU resource type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/product_catalog_sku_data_response.rb', line 33 def additional_properties @additional_properties end |
#attributes ⇒ Object
The pricing and allotment metadata of a SKU.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_catalog_sku_data_response.rb', line 25 def attributes @attributes end |
#id ⇒ Object
The code that identifies the SKU.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_catalog_sku_data_response.rb', line 28 def id @id end |
#type ⇒ Object
The SKU resource type.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_catalog_sku_data_response.rb', line 31 def type @type end |