models/git/GitItem.ps1

Class GitItem
{
    [string] $commitId
    [string] $content
    [object] $contentMetadata
    [object] $gitObjectType
    [boolean] $isFolder
    [boolean] $isSymLink
    [object] $latestProcessedChange
    [string] $objectId
    [string] $originalObjectId
    [string] $path
    [string] $url

    [System.Collections.Specialized.OrderedDictionary] hidden $_links
}