GitRepositoryLike#

class GitRepositoryLike[source]#

A class representing an abstract Git repository.

id: str#

The id of a repository

name: str#

The name of the repository.

url: str#

The URL of the repository.

is_template: bool#

Whether the repository is a template.

is_private: bool#

Whether the repository is private.