# DatadogAPIClient::V2::LogsAggregateRequestPaging ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **after** | **String** | The returned paging point to use to get the next results | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsAggregateRequestPaging.new( after: eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ== ) ```