nextPageToken property

String? nextPageToken
getter/setter pair

A pagination token returned from a previous call to ListNodes that indicates from where listing should continue.

If the field is missing or empty, it means there is no more nodes.

Implementation

core.String? nextPageToken;