Sha256: 2b2f13b3b30d29413ebaed52a0cee2e001681ef6952b5eeb72a85c7c758a851c
Contents?: true
Size: 470 Bytes
Versions: 7
Compression:
Stored size: 470 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
7 entries across 7 versions & 1 rubygems