Sha256: 1e009e1bc71d40e2b345e2393549c936ca6fa15a9ac36b465299cb66727a6c96

Contents?: true

Size: 1.8 KB

Versions: 2

Compression:

Stored size: 1.8 KB

Contents

# DatadogAPIClient::V1::SLOHistoryMetricsSeriesMetadataUnit

## Properties

| Name             | Type        | Description                                                                                                                                   | Notes      |
| ---------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| **family**       | **String**  | The family of metric unit, for example `bytes` is the family for `kibibyte`, `byte`, and `bit` units. | [optional] |
| **id**           | **Integer** | The ID of the metric unit.                                                                                                                    | [optional] |
| **name**         | **String**  | The unit of the metric, for instance `byte`.                                                                                        | [optional] |
| **plural**       | **String**  | The plural Unit of metric, for instance `bytes`.                                                                                    | [optional] |
| **scale_factor** | **Float**   | The scale factor of metric unit, for instance `1.0`.                                                                                | [optional] |
| **short_name**   | **String**  | A shorter and abbreviated version of the metric unit, for instance `B`.                                                             | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SLOHistoryMetricsSeriesMetadataUnit.new(
  family: null,
  id: null,
  name: null,
  plural: null,
  scale_factor: null,
  short_name: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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