Class: DatadogAPIClient::V2::EntityV3DatadogEventItem

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

Overview

Events association item.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#nameObject

The name of the query



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

def name
  @name
end

#queryObject

The query to run



28
29
30
# File 'lib/datadog_api_client/v2/models/entity_v3_datadog_event_item.rb', line 28

def query
  @query
end