docs/v1/MonitorSearchResponseCounts.md in datadog_api_client-1.4.0 vs docs/v1/MonitorSearchResponseCounts.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,15 +1,15 @@ # DatadogAPIClient::V1::MonitorSearchResponseCounts ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **muted** | **Array<Object>** | Search facets. | [optional] | +| 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] | +| **tag** | **Array<Object>** | Search facets. | [optional] | +| **type** | **Array<Object>** | Search facets. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' @@ -19,6 +19,5 @@ status: null, tag: null, type: null ) ``` -