True if this list has another page of items after this one that can be fetched.
The URL where this list can be accessed.
The page token to use to get the next page of results. If has_more is
true, this will be set to a concrete string value.
Optionaltotal_The total number of search results. Only present when expand request
parameter contains total_count.
A container for paginated lists of search results. The array of objects is on the
.dataproperty, and.has_moreindicates whether there are additional objects beyond the end of this list. The.next_pagefield can be used to paginate forwards.Please note, ApiSearchResult is beta functionality and is subject to change/removal
at any time.