nextToken property

String? nextToken
final

If the result of a ListCodeRepositoriesOutput request was truncated, the response includes a NextToken. To get the next set of Git repositories, use the token in the next request.

Implementation

final String? nextToken;