models/git/GitItemContent.ps1

class GitItemContent {
    [string]$content
    [object]$contentType
}