Sha256: 33bfa1ae85c84dde21c7a3bcec6da2f203c4ed370770c2a913b163fe5a2702b4

Contents?: true

Size: 389 Bytes

Versions: 7

Compression:

Stored size: 389 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

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/MetricSearchResponseResults.md
datadog_api_client-1.3.0 docs/v1/MetricSearchResponseResults.md
datadog_api_client-1.2.0 docs/v1/MetricSearchResponseResults.md
datadog_api_client-1.1.0 docs/v1/MetricSearchResponseResults.md
datadog_api_client-1.0.0 docs/v1/MetricSearchResponseResults.md
datadog_api_client-1.0.0.beta.3 docs/v1/MetricSearchResponseResults.md
datadog_api_client-1.0.0.beta.2 docs/v1/MetricSearchResponseResults.md