Sha256: 549065860b124249734d372c1f7370c1d5418090ecee7d600df6f50f9677f845

Contents?: true

Size: 450 Bytes

Versions: 4

Compression:

Stored size: 450 Bytes

Contents

# DatadogAPIClient::V1::MonitorGroupSearchResponseCounts

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **status** | **Array<Object>** | Search facets. | [optional] |
| **type** | **Array<Object>** | Search facets. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::MonitorGroupSearchResponseCounts.new(
  status: null,
  type: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/MonitorGroupSearchResponseCounts.md
datadog_api_client-1.3.0 docs/v1/MonitorGroupSearchResponseCounts.md
datadog_api_client-1.2.0 docs/v1/MonitorGroupSearchResponseCounts.md
datadog_api_client-1.1.0 docs/v1/MonitorGroupSearchResponseCounts.md