Sha256: f5ef63a7107b67f0af0f29d31ac71648d14d84977afe7a3fc36e55e3a558f248

Contents?: true

Size: 1.12 KB

Versions: 2

Compression:

Stored size: 1.12 KB

Contents

# DatadogAPIClient::V2::MetricTagConfiguration

## Properties

| Name           | Type                                                                        | Description                        | Notes                                        |
| -------------- | --------------------------------------------------------------------------- | ---------------------------------- | -------------------------------------------- |
| **attributes** | [**MetricTagConfigurationAttributes**](MetricTagConfigurationAttributes.md) |                                    | [optional]                                   |
| **id**         | **String**                                                                  | The metric name for this resource. | [optional]                                   |
| **type**       | [**MetricTagConfigurationType**](MetricTagConfigurationType.md)             |                                    | [optional][default to 'manage_tags'] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::MetricTagConfiguration.new(
  attributes: null,
  id: test.metric.latency,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v2/MetricTagConfiguration.md
datadog_api_client-1.5.0 docs/v2/MetricTagConfiguration.md