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.
-
#integration_id ⇒ Object
The integration ID of the event.
-
#name ⇒ Object
The event name.
-
#source_id ⇒ Object
Event source ID.
-
#type ⇒ Object
Event type.
-
#uid ⇒ Object
A unique identifier for the event.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/event.rb', line 42 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 |
#integration_id ⇒ Object
The integration ID of the event.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/event.rb', line 28 def integration_id @integration_id end |
#name ⇒ Object
The event name.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/event.rb', line 31 def name @name end |
#source_id ⇒ Object
Event source ID.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/event.rb', line 34 def source_id @source_id end |
#type ⇒ Object
Event type.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/event.rb', line 37 def type @type end |
#uid ⇒ Object
A unique identifier for the event. You can use this identifier to query or reference the event.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/event.rb', line 40 def uid @uid end |