Class: DatadogAPIClient::V2::MetricTagConfigurationCreateData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MetricTagConfigurationCreateData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/metric_tag_configuration_create_data.rb
Overview
Object for a single metric to be configure tags on.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
Object containing the definition of a metric tag configuration to be created.
-
#id ⇒ Object
readonly
The metric name for this resource.
-
#type ⇒ Object
readonly
The metric tag configuration resource type.
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/metric_tag_configuration_create_data.rb', line 33 def additional_properties @additional_properties end |
#attributes ⇒ Object
Object containing the definition of a metric tag configuration to be created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_create_data.rb', line 25 def attributes @attributes end |
#id ⇒ Object
The metric name for this resource.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_create_data.rb', line 28 def id @id end |
#type ⇒ Object
The metric tag configuration resource type.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_create_data.rb', line 31 def type @type end |