models/git/GitRefUpdate.ps1

Class GitRefUpdate {
    #[boolean]$isLocked
    [string]$name
    #[string]$newObjectId
    [string]$oldObjectId
    #[string]$repositoryId
}