nextPageToken property

String? nextPageToken
getter/setter pair

If there are more accounts to be downloaded, a token that can be passed back to DownloadAccount to get more accounts.

Otherwise, this is blank.

Implementation

core.String? nextPageToken;