Sha256: 2ff9ac2a844cd329d4956cad1cb2f2583e8d322a1eeb803c195e571f86de38d0
Contents?: true
Size: 516 Bytes
Versions: 2
Compression:
Stored size: 516 Bytes
Contents
# DatadogAPIClient::V1::MetricSearchResponseResults ## Properties | Name | Type | Description | Notes | | ----------- | ----------------------- | -------------------------------------------- | ---------- | | **metrics** | **Array<String>** | List of metrics that match the search query. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::MetricSearchResponseResults.new( metrics: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/MetricSearchResponseResults.md |
datadog_api_client-1.5.0 | docs/v1/MetricSearchResponseResults.md |