Class: DatadogAPIClient::V2::LogsListResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LogsListResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/logs_list_response.rb
Overview
Response object with all logs matching the request and pagination information.
Instance Attribute Summary collapse
-
#data ⇒ Object
Array of logs 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
Array of logs matching the request.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/logs_list_response.rb', line 29 def data @data end |
#links ⇒ Object
Links attributes.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/logs_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/logs_list_response.rb', line 35 def @meta end |