Class: DatadogAPIClient::V2::MetricBulkTagConfigResponse

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dataObject

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