| Name | Type | Description | Notes |
|---|---|---|---|
| total | number | [optional] [default to undefined] | |
| filtered | number | [optional] [default to undefined] | |
| count | number | [optional] [default to undefined] | |
| entities | Array<Result> | [optional] [default to undefined] |
import { ResultListResponseAllOfResult } from 'qase-api-client';
const instance: ResultListResponseAllOfResult = {
total,
filtered,
count,
entities,
};