models/git/GitCommitRef.ps1

Class GitCommitRef {


    #[System.Collections.Specialized.OrderedDictionary] hidden $_links
    #[object]$author
    #[object]$changeCounts
    [GitChange[]]$changes
    [string]$comment
    #[bool]$commentTruncated
    #[string]$commitId
    #[object]$committer
    #[string[]]$parents
    #[object]$push
    #[string]$remoteUrl
    #[object]$statuses
    #[string]$url
    #[object]$workItems
}