Sha256: da5202865c2d5480133af82d2d0195d7fb13b69c46629e8515f3c466ca040850
Contents?: true
Size: 517 Bytes
Versions: 2
Compression:
Stored size: 517 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/MonitorGroupSearchResponseCounts.md |
datadog_api_client-1.5.0 | docs/v1/MonitorGroupSearchResponseCounts.md |