classes/reports/TssReportCategory.class.ps1

class TssReportCategory {
    [int]
    $Id

    [string]
    $Name

    [string]
    $Description
}