interface ListPatRulesResponse {
    patRules: PatRule[];
    totalCount: number;
}

Properties

Properties

patRules: PatRule[]

Array of PAT rules matching the filter.

totalCount: number

Total count of PAT rules matching the filter.