models/git/GitRefUpdateResult.ps1

class GitRefUpdateResult{
  # [string] $customMessage
    [boolean] $isLocked
    [string] $name
    [string] $newObjectId
    [string] $oldObjectId
    [string] $rejectedBy
    [string] $repositoryId
    [boolean] $success
    [string] $updateStatus
}