Sha256: 49b538c80bf7e0b1dbcdd413da3ce3a31717adc861fb6a0ccfa52fd690f5cbc7
Contents?: true
Size: 696 Bytes
Versions: 2
Compression:
Stored size: 696 Bytes
Contents
# DatadogAPIClient::V1::MetricsListResponse ## Properties | Name | Type | Description | Notes | | ----------- | ----------------------- | ---------------------------------------------------------------- | ---------- | | **from** | **String** | Time when the metrics were active, seconds since the Unix epoch. | [optional] | | **metrics** | **Array<String>** | List of metric names. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::MetricsListResponse.new( from: null, metrics: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/MetricsListResponse.md |
datadog_api_client-1.5.0 | docs/v1/MetricsListResponse.md |