Classes/GitHubRepository.ps1

class GitHubRepository {
    [string] $Owner
    [string] $Name
    [string] $Description
}