nextToken property

String? nextToken
final

The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

Implementation

final String? nextToken;