# ConfigurationCreate


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **string** |  | [default to undefined]
**group_id** | **number** |  | [default to undefined]

## Example

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

const instance: ConfigurationCreate = {
    title,
    group_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)
