# TestCaseParameterSingle


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** |  | [default to undefined]
**item** | [**ParameterSingle**](ParameterSingle.md) |  | [default to undefined]
**shared_id** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: TestCaseParameterSingle = {
    type,
    item,
    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)
