Class: DatadogAPIClient::V2::ListRowsResponseMetaPage

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_tokenObject

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