Class: DatadogAPIClient::V2::ArbitraryCostUpsertRequestDataAttributesStrategyAllocatedByItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ArbitraryCostUpsertRequestDataAttributesStrategyAllocatedByItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/arbitrary_cost_upsert_request_data_attributes_strategy_allocated_by_items.rb
Overview
The definition of ArbitraryCostUpsertRequestDataAttributesStrategyAllocatedByItems
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#allocated_tags ⇒ Object
readonly
The
items
allocated_tags
. -
#percentage ⇒ Object
readonly
The
items
percentage
.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/arbitrary_cost_upsert_request_data_attributes_strategy_allocated_by_items.rb', line 30 def additional_properties @additional_properties end |
#allocated_tags ⇒ Object
The items
allocated_tags
.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/arbitrary_cost_upsert_request_data_attributes_strategy_allocated_by_items.rb', line 25 def @allocated_tags end |
#percentage ⇒ Object
The items
percentage
. The numeric value format should be a 32bit float value.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/arbitrary_cost_upsert_request_data_attributes_strategy_allocated_by_items.rb', line 28 def percentage @percentage end |