Class: DatadogAPIClient::V2::EntityV3DatadogLogItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EntityV3DatadogLogItem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/entity_v3_datadog_log_item.rb
Overview
Log association item.
Instance Attribute Summary collapse
-
#name ⇒ Object
The name of the query.
-
#query ⇒ Object
The query to run.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#name ⇒ Object
The name of the query.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/entity_v3_datadog_log_item.rb', line 25 def name @name end |
#query ⇒ Object
The query to run.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/entity_v3_datadog_log_item.rb', line 28 def query @query end |