nextPageToken property

String? nextPageToken
getter/setter pair

The page token for the next page of permissions.

This field will be absent if the end of the permissions list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. The page token is typically valid for several hours. However, if new items are added or removed, your expected results might differ.

Implementation

core.String? nextPageToken;