nextToken property

String? nextToken
final

This is present if there are more tags than returned in the response (String). You can use the NextToken value in the later request to fetch the tags.

Implementation

final String? nextToken;