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

- old
+ new

@@ -1,20 +1,19 @@ # DatadogAPIClient::V1::EventQueryDefinition ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **search** | **String** | The query being made on the event. | | -| **tags_execution** | **String** | The execution method for multi-value filters. Can be either and or or. | | +| Name | Type | Description | Notes | +| ------------------ | ---------- | ---------------------------------------------------------------------- | ----- | +| **search** | **String** | The query being made on the event. | | +| **tags_execution** | **String** | The execution method for multi-value filters. Can be either and or or. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::EventQueryDefinition.new( search: , - tags_execution: + tags_execution: ) ``` -