nextToken property
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;
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.
final String? nextToken;