classes/reports/TssReportSummary.class.ps1

class TssReportSummary {
    [int]
    $CategoryId

    [boolean]
    $Enabled

    [int]
    $Id

    [string]
    $Name
}