Sha256: cdccbc4f2085342085f2fb1c8e73d1bd4c5527e63ad35b1eefbee2738dbc5a8e

Contents?: true

Size: 565 Bytes

Versions: 6

Compression:

Stored size: 565 Bytes

Contents

# DatadogAPIClient::V2::MetricAllTags

## Properties

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

## Example

```ruby
require 'datadog_api_client/v2'

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v2/MetricAllTags.md
datadog_api_client-1.3.0 docs/v2/MetricAllTags.md
datadog_api_client-1.2.0 docs/v2/MetricAllTags.md
datadog_api_client-1.1.0 docs/v2/MetricAllTags.md
datadog_api_client-1.0.0 docs/v2/MetricAllTags.md
datadog_api_client-1.0.0.beta.3 docs/v2/MetricAllTags.md