Class: DatadogAPIClient::V2::ArbitraryRuleResponseDataAttributesCostsToAllocateItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ArbitraryRuleResponseDataAttributesCostsToAllocateItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_costs_to_allocate_items.rb
Overview
The definition of ArbitraryRuleResponseDataAttributesCostsToAllocateItems
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#condition ⇒ Object
readonly
The
items
condition
. -
#tag ⇒ Object
readonly
The
items
tag
. -
#value ⇒ Object
The
items
value
. -
#values ⇒ Object
The
items
values
.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_costs_to_allocate_items.rb', line 36 def additional_properties @additional_properties end |
#condition ⇒ Object
The items
condition
.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_costs_to_allocate_items.rb', line 25 def condition @condition end |
#tag ⇒ Object
The items
tag
.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_costs_to_allocate_items.rb', line 28 def tag @tag end |
#value ⇒ Object
The items
value
.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_costs_to_allocate_items.rb', line 31 def value @value end |
#values ⇒ Object
The items
values
.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_costs_to_allocate_items.rb', line 34 def values @values end |