class Google::Apis::AndroidpublisherV3::TokenPagination
to either next_page_token or previous_page_token to access another page.
provides a mean of accessing this page. ListRequest.page_token should be set
previous token indicates whether a next/previous page is available and
token to get another page of the result. The presence or absence of next/
returned. When using token pagination, clients should use the next/previous
results. This protocol buffer message describes the page that has been
enabled. List operations that supports paging return only one “page” of
Pagination information returned by a List operation when token pagination is
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @previous_page_token = args[:previous_page_token] if args.key?(:previous_page_token) end