# ParameterSingle

Single parameter

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **string** |  | [default to undefined]
**values** | **Array&lt;string&gt;** |  | [default to undefined]

## Example

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

const instance: ParameterSingle = {
    title,
    values,
};
```

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