Sha256: 1e243b9d0ed5502ab9e1e662f8ff4fec58c14087e91f56fd23fb14c02803995b

Contents?: true

Size: 1021 Bytes

Versions: 2

Compression:

Stored size: 1021 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

2 entries across 2 versions & 1 rubygems

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