Class: DatadogAPIClient::V2::CustomCostsFileGetResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomCostsFileGetResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_costs_file_get_response.rb
Overview
Response for Get Custom Costs files.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
JSON API format of for a Custom Costs file with content.
-
#meta ⇒ Object
Meta for the response from the Get Custom Costs endpoints.
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/custom_costs_file_get_response.rb', line 30 def additional_properties @additional_properties end |
#data ⇒ Object
JSON API format of for a Custom Costs file with content.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_get_response.rb', line 25 def data @data end |
#meta ⇒ Object
Meta for the response from the Get Custom Costs endpoints.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_get_response.rb', line 28 def @meta end |