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