Sha256: 88f44aaa515c68e1c3e940a63fea94aff2033e50755f52917c47da3ba5755b65

Contents?: true

Size: 829 Bytes

Versions: 1

Compression:

Stored size: 829 Bytes

Contents

# DatadogAPIClient::V1::MetricsQueryResponseUnit

## 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::MetricsQueryResponseUnit.new(
  family: time,
  name: minute,
  plural: minutes,
  scale_factor: 60.0,
  short_name: min
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datadog_api_client-1.0.0.beta.2 docs/v1/MetricsQueryResponseUnit.md