Sha256: 57946f45acd0c0fa5eba79de5130621a5b080c476fa2ac78f6afbd9029f9b853
Contents?: true
Size: 606 Bytes
Versions: 4
Compression:
Stored size: 606 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
4 entries across 4 versions & 1 rubygems