Class: DatadogAPIClient::V2::MetricBulkTagConfigResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MetricBulkTagConfigResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/metric_bulk_tag_config_response.rb
Overview
Wrapper for a single bulk tag configuration status response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
The status of a request to bulk configure metric tags.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_response.rb', line 28 def additional_properties @additional_properties end |
#data ⇒ Object
The status of a request to bulk configure metric tags. It contains the fields from the original request for reference.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/metric_bulk_tag_config_response.rb', line 26 def data @data end |