Class: DatadogAPIClient::V1::LogsListResponse

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#logsObject

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_idObject

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

#statusObject

Status of the response.



32
33
34
# File 'lib/datadog_api_client/v1/models/logs_list_response.rb', line 32

def status
  @status
end