The absence of a PagedResponse.next_page_token indicates that all the records have been fetched, though its presence does not necessarily indicate that there are more resources to be fetched.
The next page may be empty (but then PagedResponse.next_page_token would be null to confirm that there are no more resources).
The absence of a PagedResponse.next_page_token indicates that all the records have been fetched, though its presence does not necessarily indicate that there are more resources to be fetched. The next page may be empty (but then PagedResponse.next_page_token would be
null
to confirm that there are no more resources).