# CopyPropertyToEnvironmentsRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**objectUuid** | **string** |  | [optional] [default to undefined]
**propertyUuid** | **string** |  | [optional] [default to undefined]
**propertyUuids** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**environments** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**fillCopiedValues** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: CopyPropertyToEnvironmentsRequest = {
    objectUuid,
    propertyUuid,
    propertyUuids,
    environments,
    fillCopiedValues,
};
```

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