# TestCaseParameterGroup


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** |  | [default to undefined]
**items** | [**Array&lt;ParameterSingle&gt;**](ParameterSingle.md) |  | [default to undefined]
**shared_id** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: TestCaseParameterGroup = {
    type,
    items,
    shared_id,
};
```

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