interface GitRepositoryRef {
    collection?: TeamProjectCollectionReference;
    id?: string;
    isFork?: boolean;
    name?: string;
    project?: TeamProjectReference;
    remoteUrl?: string;
    sshUrl?: string;
    url?: string;
}

Properties

Team Project Collection where this Fork resides

id?: string
isFork?: boolean

True if the repository was created as a fork

name?: string
remoteUrl?: string
sshUrl?: string
url?: string