Class: DatadogAPIClient::V2::EventsListResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EventsListResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/events_list_response.rb
Overview
The response object with all events matching the request and pagination information.
Instance Attribute Summary collapse
-
#data ⇒ Object
An array of events matching the request.
-
#links ⇒ Object
Links attributes.
-
#meta ⇒ Object
The metadata associated with a request.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#data ⇒ Object
An array of events matching the request.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/events_list_response.rb', line 29 def data @data end |
#links ⇒ Object
Links attributes.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/events_list_response.rb', line 32 def links @links end |
#meta ⇒ Object
The metadata associated with a request.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/events_list_response.rb', line 35 def @meta end |