Base class for repository models.
Represents a long running job on the server. Model is read-only, updates attempt to cancel the job.
Represents a git repository.
string? RemoteRepositoryName
If RemoteGitProvider is not RemoteGitProvider.Unknown this will be set with the name of the repositor...
JobResponse? ActiveJob
The JobResponse started by the request, if any.
Uri? Origin
The origin URL. If null, the git repository does not currently exist on the server.
string? RemoteRepositoryOwner
If RemoteGitProvider is not RemoteGitProvider.Unknown this will be set with the owner of the reposito...
RemoteGitProvider
Indicates the remote git host.