nextPageToken property

String? nextPageToken
getter/setter pair

If the number of accounts exceeds the requested page size, this field is populated with a token to fetch the next page of accounts on a subsequent call to accounts.list.

If there are no more accounts, this field is not present in the response.

Implementation

core.String? nextPageToken;