Class: DatadogAPIClient::V1::LogQueryDefinitionSearch
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogQueryDefinitionSearch
- 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
-
#query ⇒ Object
readonly
Search value to apply.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#query ⇒ Object
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 |