Package version:

Interface ListSearchResultsPageSettings

Arguments for retrieving the next page of search results.

interface ListSearchResultsPageSettings {
    continuationToken?: string;
}

Properties

continuationToken?: string

A token used for retrieving the next page of results when the server enforces pagination.