Sha256: 03fd07011d384abb5a6b2ca7f99141bc37c3f142196cc383241d885fcf77a54f

Contents?: true

Size: 1.22 KB

Versions: 2

Compression:

Stored size: 1.22 KB

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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/MetricsQueryUnit.md
datadog_api_client-1.5.0 docs/v1/MetricsQueryUnit.md