Class: DatadogAPIClient::V1::LogQueryDefinitionSearch

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

Overview

The query being made on the logs.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#queryObject

Search value to apply.



29
30
31
# File 'lib/datadog_api_client/v1/models/log_query_definition_search.rb', line 29

def query
  @query
end