Class: DatadogAPIClient::V2::LogsListRequestPage
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LogsListRequestPage
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/logs_list_request_page.rb
Overview
Paging attributes for listing logs.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cursor ⇒ Object
List following results with a cursor provided in the previous query.
-
#limit ⇒ Object
readonly
Maximum number of logs in the response.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/logs_list_request_page.rb', line 30 def additional_properties @additional_properties end |
#cursor ⇒ Object
List following results with a cursor provided in the previous query.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/logs_list_request_page.rb', line 25 def cursor @cursor end |
#limit ⇒ Object
Maximum number of logs in the response.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/logs_list_request_page.rb', line 28 def limit @limit end |