classes/groups/dependencies/TssGroupOwner.class.ps1

class TssGroupOwner {
    [int]
    $GroupId

    [string]
    $Name

    [int]
    $UserId
}