# TestCaseListResponseAllOfResult


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total** | **number** |  | [optional] [default to undefined]
**filtered** | **number** |  | [optional] [default to undefined]
**count** | **number** |  | [optional] [default to undefined]
**entities** | [**Array&lt;TestCase&gt;**](TestCase.md) |  | [optional] [default to undefined]

## Example

```typescript
import { TestCaseListResponseAllOfResult } from 'qase-api-client';

const instance: TestCaseListResponseAllOfResult = {
    total,
    filtered,
    count,
    entities,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
