Sha256: 6c7b59cea7f12d34fa208277167e25cc2741deaa199e7af0ab320d8e4af301c2
Contents?: true
Size: 468 Bytes
Versions: 7
Compression:
Stored size: 468 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
7 entries across 7 versions & 1 rubygems