Sha256: 7b8da7362a37e76ae411bc7843854a533caab2d76935645cbfe553053f07418d

Contents?: true

Size: 700 Bytes

Versions: 2

Compression:

Stored size: 700 Bytes

Contents

# DatadogAPIClient::V2::Metric

## Properties

| Name     | Type                            | Description                        | Notes                                    |
| -------- | ------------------------------- | ---------------------------------- | ---------------------------------------- |
| **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::Metric.new(
  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/Metric.md
datadog_api_client-1.5.0 docs/v2/Metric.md