Sha256: 745d3ec0614d7fc8eb2847ffb2aaffd7a99b3300638085069cd2ac5edf76908b
Contents?: true
Size: 678 Bytes
Versions: 2
Compression:
Stored size: 678 Bytes
Contents
# 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. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::EventQueryDefinition.new( search: , tags_execution: ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/EventQueryDefinition.md |
datadog_api_client-1.5.0 | docs/v1/EventQueryDefinition.md |