nextToken property

String? nextToken
final

Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

Implementation

final String? nextToken;