# CmsEnvironmentDTO


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uuid** | **string** |  | [optional] [default to undefined]
**key** | **string** |  | [optional] [default to undefined]
**label** | **string** |  | [optional] [default to undefined]
**routing** | **string** |  | [optional] [default to undefined]
**slugPrefix** | **string** |  | [optional] [default to undefined]
**hostLabel** | **string** |  | [optional] [default to undefined]
**requiresAuth** | **boolean** |  | [optional] [default to undefined]
**htmlLang** | **string** |  | [optional] [default to undefined]
**_default** | **boolean** |  | [optional] [default to undefined]

## Example

```typescript
import { CmsEnvironmentDTO } from '@caraer/client';

const instance: CmsEnvironmentDTO = {
    uuid,
    key,
    label,
    routing,
    slugPrefix,
    hostLabel,
    requiresAuth,
    htmlLang,
    _default,
};
```

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