# PlanDetailedAllOf


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**average_time** | **number** |  | [optional] [default to undefined]
**cases** | [**Array&lt;PlanDetailedAllOfCases&gt;**](PlanDetailedAllOfCases.md) |  | [optional] [default to undefined]

## Example

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

const instance: PlanDetailedAllOf = {
    average_time,
    cases,
};
```

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