Sha256: 21e2a8bd097ff9f3036efe7a0c0e5995b29217a394fdfdf03a3b870a13f49009

Contents?: true

Size: 813 Bytes

Versions: 6

Compression:

Stored size: 813 Bytes

Contents

# DatadogAPIClient::V1::MetricsQueryUnit

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **family** | **String** | Unit family, allows for conversion between units of the same family, for scaling. | [optional][readonly] |
| **name** | **String** | Unit name | [optional][readonly] |
| **plural** | **String** | Plural form of the unit name. | [optional][readonly] |
| **scale_factor** | **Float** | Factor for scaling between units of the same family. | [optional][readonly] |
| **short_name** | **String** | Abbreviation of the unit. | [optional][readonly] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::MetricsQueryUnit.new(
  family: time,
  name: minute,
  plural: minutes,
  scale_factor: 60.0,
  short_name: min
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/MetricsQueryUnit.md
datadog_api_client-1.3.0 docs/v1/MetricsQueryUnit.md
datadog_api_client-1.2.0 docs/v1/MetricsQueryUnit.md
datadog_api_client-1.1.0 docs/v1/MetricsQueryUnit.md
datadog_api_client-1.0.0 docs/v1/MetricsQueryUnit.md
datadog_api_client-1.0.0.beta.3 docs/v1/MetricsQueryUnit.md