Class: DatadogAPIClient::V2::Event
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::Event
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/event.rb
Overview
The metadata associated with a request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#id ⇒ Object
Event ID.
-
#name ⇒ Object
The event name.
-
#source_id ⇒ Object
Event source ID.
-
#type ⇒ Object
Event type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/event.rb', line 36 def additional_properties @additional_properties end |
#id ⇒ Object
Event ID.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/event.rb', line 25 def id @id end |
#name ⇒ Object
The event name.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/event.rb', line 28 def name @name end |
#source_id ⇒ Object
Event source ID.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/event.rb', line 31 def source_id @source_id end |
#type ⇒ Object
Event type.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/event.rb', line 34 def type @type end |