# TestCaseParameterCreate


## Properties

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

## Example

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

const instance: TestCaseParameterCreate = {
    shared_id,
    title,
    values,
    items,
};
```

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