models/git/GitRepositoryRef.ps1

Class GitRepositoryRef
{
    [string] $name
    [string] $objectId
    [User] $creator
    [string] $url
}