Class: DatadogAPIClient::V2::EventsSearch

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/events_search.rb

Overview

Configuration of the search/filter for an events query.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#queryObject

The search/filter string for an events query.



25
26
27
# File 'lib/datadog_api_client/v2/models/events_search.rb', line 25

def query
  @query
end