# EnvironmentUpdate


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**host** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: EnvironmentUpdate = {
    title,
    description,
    slug,
    host,
};
```

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