Class: DatadogAPIClient::V2::ListRowsResponseMetaPage
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ListRowsResponseMetaPage
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/list_rows_response_meta_page.rb
Overview
Contains the continuation token for navigating to the next page of rows.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#next_continuation_token ⇒ Object
Opaque token to pass as the
page[continuation_token]query parameter to fetch the next page of 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/list_rows_response_meta_page.rb', line 27 def additional_properties @additional_properties end |
#next_continuation_token ⇒ Object
Opaque token to pass as the page[continuation_token] query parameter to fetch the next page of results. Only present when more rows are available.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/list_rows_response_meta_page.rb', line 25 def next_continuation_token @next_continuation_token end |