# SuiteUpdate


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **string** | Test suite title. | [optional] [default to undefined]
**description** | **string** | Test suite description. | [optional] [default to undefined]
**preconditions** | **string** | Test suite preconditions | [optional] [default to undefined]
**parent_id** | **number** | Parent suite ID | [optional] [default to undefined]

## Example

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

const instance: SuiteUpdate = {
    title,
    description,
    preconditions,
    parent_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)
