Class: DatadogAPIClient::V2::MetricBulkTagConfigStatus
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MetricBulkTagConfigStatus
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/metric_bulk_tag_config_status.rb
Overview
The status of a request to bulk configure metric tags. It contains the fields from the original request for reference.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
Optional attributes for the status of a bulk tag configuration request.
-
#id ⇒ Object
readonly
A text prefix to match against metric names.
-
#type ⇒ Object
readonly
The metric bulk configure tags resource.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_status.rb', line 34 def additional_properties @additional_properties end |
#attributes ⇒ Object
Optional attributes for the status of a bulk tag configuration request.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_status.rb', line 26 def attributes @attributes end |
#id ⇒ Object
A text prefix to match against metric names.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_status.rb', line 29 def id @id end |
#type ⇒ Object
The metric bulk configure tags resource.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_status.rb', line 32 def type @type end |