GitRepositoriesPage#

class GitRepositoriesPage[source]#

The result of a single page of git repositories.

data: Sequence[GitRepositoryLike]#

The repositories of this page. This can be empty even for non last pages.

cursor: Optional[str]#

If there is a next page the cursor to get them.