Class: DatadogAPIClient::V2::ArbitraryCostUpsertRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ArbitraryCostUpsertRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/arbitrary_cost_upsert_request_data_attributes.rb
Overview
The definition of ‘ArbitraryCostUpsertRequestDataAttributes` object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#costs_to_allocate ⇒ Object
readonly
The ‘attributes` `costs_to_allocate`.
-
#enabled ⇒ Object
The ‘attributes` `enabled`.
-
#order_id ⇒ Object
The ‘attributes` `order_id`.
-
#provider ⇒ Object
readonly
The ‘attributes` `provider`.
-
#rejected ⇒ Object
The ‘attributes` `rejected`.
-
#rule_name ⇒ Object
readonly
The ‘attributes` `rule_name`.
-
#strategy ⇒ Object
readonly
The definition of ‘ArbitraryCostUpsertRequestDataAttributesStrategy` object.
-
#type ⇒ Object
readonly
The ‘attributes` `type`.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/arbitrary_cost_upsert_request_data_attributes.rb', line 48 def additional_properties @additional_properties end |
#costs_to_allocate ⇒ Object
The ‘attributes` `costs_to_allocate`.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/arbitrary_cost_upsert_request_data_attributes.rb', line 25 def costs_to_allocate @costs_to_allocate end |
#enabled ⇒ Object
The ‘attributes` `enabled`.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/arbitrary_cost_upsert_request_data_attributes.rb', line 28 def enabled @enabled end |
#order_id ⇒ Object
The ‘attributes` `order_id`.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/arbitrary_cost_upsert_request_data_attributes.rb', line 31 def order_id @order_id end |
#provider ⇒ Object
The ‘attributes` `provider`.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/arbitrary_cost_upsert_request_data_attributes.rb', line 34 def provider @provider end |
#rejected ⇒ Object
The ‘attributes` `rejected`.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/arbitrary_cost_upsert_request_data_attributes.rb', line 37 def rejected @rejected end |
#rule_name ⇒ Object
The ‘attributes` `rule_name`.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/arbitrary_cost_upsert_request_data_attributes.rb', line 40 def rule_name @rule_name end |
#strategy ⇒ Object
The definition of ‘ArbitraryCostUpsertRequestDataAttributesStrategy` object.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/arbitrary_cost_upsert_request_data_attributes.rb', line 43 def strategy @strategy end |
#type ⇒ Object
The ‘attributes` `type`.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/arbitrary_cost_upsert_request_data_attributes.rb', line 46 def type @type end |