# CreateOrUpdateEnvironmentRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**environment** | **string** |  | [optional] [default to undefined]
**webpageObjects** | [**Array&lt;CaraerObjectDTO&gt;**](CaraerObjectDTO.md) |  | [optional] [default to undefined]

## Example

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

const instance: CreateOrUpdateEnvironmentRequest = {
    environment,
    webpageObjects,
};
```

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