nextPageToken property
The token that you must submit in a subsequent request to retrieve additional license results matching your query parameters.
The maxResults query string is related to the nextPageToken since
maxResults determines how many entries are returned on each next page.
Implementation
core.String? nextPageToken;