Sha256: 9af21bd1bd4155fdeb1c9ac518758d68d2f3081358a94c4b52d85cf2d27d4521
Contents?: true
Size: 507 Bytes
Versions: 2
Compression:
Stored size: 507 Bytes
Contents
# DatadogAPIClient::V2::MetricTagConfigurationResponse ## Properties | Name | Type | Description | Notes | | -------- | ------------------------------------------------------- | ----------- | ---------- | | **data** | [**MetricTagConfiguration**](MetricTagConfiguration.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::MetricTagConfigurationResponse.new( data: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/MetricTagConfigurationResponse.md |
datadog_api_client-1.5.0 | docs/v2/MetricTagConfigurationResponse.md |