Class: DatadogAPIClient::V2::CustomCostsFileMetadataWithContentHighLevel
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomCostsFileMetadataWithContentHighLevel
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content_high_level.rb
Overview
JSON API format of for a Custom Costs file with content.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
Schema of a cost file’s metadata.
-
#id ⇒ Object
ID of the Custom Costs metadata.
-
#type ⇒ Object
Type of the Custom Costs file metadata.
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/custom_costs_file_metadata_with_content_high_level.rb', line 33 def additional_properties @additional_properties end |
#attributes ⇒ Object
Schema of a cost file’s metadata.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content_high_level.rb', line 25 def attributes @attributes end |
#id ⇒ Object
ID of the Custom Costs metadata.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content_high_level.rb', line 28 def id @id end |
#type ⇒ Object
Type of the Custom Costs file metadata.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content_high_level.rb', line 31 def type @type end |