Sha256: 9b484ccc5555e0045be5b04747fda603931009e2539d88f639044b138b9f5016

Contents?: true

Size: 529 Bytes

Versions: 2

Compression:

Stored size: 529 Bytes

Contents

# DatadogAPIClient::V1::MetricSearchResponse

## Properties

| Name        | Type                                                              | Description | Notes      |
| ----------- | ----------------------------------------------------------------- | ----------- | ---------- |
| **results** | [**MetricSearchResponseResults**](MetricSearchResponseResults.md) |             | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::MetricSearchResponse.new(
  results: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/MetricSearchResponse.md
datadog_api_client-1.5.0 docs/v1/MetricSearchResponse.md