Class: DatadogAPIClient::V1::LogsListResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogsListResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/logs_list_response.rb
Overview
Response object with all logs matching the request and pagination information.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#logs ⇒ Object
Array of logs matching the request and the ‘nextLogId` if sent.
-
#next_log_id ⇒ Object
Hash identifier of the next log to return in the list.
-
#status ⇒ Object
Status of the response.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/logs_list_response.rb', line 34 def additional_properties @additional_properties end |
#logs ⇒ Object
Array of logs matching the request and the ‘nextLogId` if sent.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/logs_list_response.rb', line 25 def logs @logs end |
#next_log_id ⇒ Object
Hash identifier of the next log to return in the list. This parameter is used for the pagination feature.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/logs_list_response.rb', line 29 def next_log_id @next_log_id end |
#status ⇒ Object
Status of the response.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/logs_list_response.rb', line 32 def status @status end |