Sha256: 7c305ceb65bda5d30c774d476d5f16b5ac89895c7657950deb1c8a1a0f1af949
Contents?: true
Size: 677 Bytes
Versions: 2
Compression:
Stored size: 677 Bytes
Contents
# DatadogAPIClient::V1::MonitorSearchResponseCounts ## Properties | Name | Type | Description | Notes | | ---------- | ----------------------- | -------------- | ---------- | | **muted** | **Array<Object>** | Search facets. | [optional] | | **status** | **Array<Object>** | Search facets. | [optional] | | **tag** | **Array<Object>** | Search facets. | [optional] | | **type** | **Array<Object>** | Search facets. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::MonitorSearchResponseCounts.new( muted: null, status: null, tag: null, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/MonitorSearchResponseCounts.md |
datadog_api_client-1.5.0 | docs/v1/MonitorSearchResponseCounts.md |