| Name | Type | Description | Notes |
|---|---|---|---|
| status | boolean | [optional] [default to undefined] | |
| result | TestCaseListResponseAllOfResult | [optional] [default to undefined] |
import { TestCaseListResponse } from 'qase-api-client';
const instance: TestCaseListResponse = {
status,
result,
};