Class: DatadogAPIClient::V2::CostTagKeyMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CostTagKeyMetadata
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/cost_tag_key_metadata.rb
Overview
A Cloud Cost Management tag key metadata entry, aggregating coverage and example values for a single tag key, metric, and period.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
Attributes of a Cloud Cost Management tag key metadata entry.
-
#id ⇒ Object
readonly
A composite identifier of the form
tag_key:metricfor monthly roll-ups, ortag_key:metric:YYYY-MM-DDwhenfilter[daily]=true. -
#type ⇒ Object
readonly
Type of the Cloud Cost Management tag key metadata resource.
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/cost_tag_key_metadata.rb', line 33 def additional_properties @additional_properties end |
#attributes ⇒ Object
Attributes of a Cloud Cost Management tag key metadata entry.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/cost_tag_key_metadata.rb', line 25 def attributes @attributes end |
#id ⇒ Object
A composite identifier of the form tag_key:metric for monthly roll-ups, or tag_key:metric:YYYY-MM-DD when filter[daily]=true.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/cost_tag_key_metadata.rb', line 28 def id @id end |
#type ⇒ Object
Type of the Cloud Cost Management tag key metadata resource.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/cost_tag_key_metadata.rb', line 31 def type @type end |