Sha256: a1f90c2135fe6b867bc77aa214e520299e0be081bb20d00a07e1d562dcc1b7b4
Contents?: true
Size: 436 Bytes
Versions: 6
Compression:
Stored size: 436 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
6 entries across 6 versions & 1 rubygems