Class: DatadogAPIClient::V2::LogsAggregateRequestPage
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LogsAggregateRequestPage
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/logs_aggregate_request_page.rb
Overview
Paging settings
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cursor ⇒ Object
The returned paging point to use to get the next results.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/logs_aggregate_request_page.rb', line 27 def additional_properties @additional_properties end |
#cursor ⇒ Object
The returned paging point to use to get the next results. Note: at most 1000 results can be paged.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/logs_aggregate_request_page.rb', line 25 def cursor @cursor end |