# Cyclos411Api.ContactInfoDataForEdit

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**contactInfo** | [**ContactInfoEdit**](ContactInfoEdit.md) | The additional contact information that is being edited. This value can be modified and sent back on &#x60;PUT /contactInfos/{id}&#x60;.  | [optional] 
**edit** | **Boolean** | Indicates whether the current contact info can be edited by the currently authenticated used.  | [optional] 
**remove** | **Boolean** | Indicates whether the current contact info can be removed by the currently authenticated used.            | [optional] 
**image** | [**Image**](Image.md) | The image for this additional contact information | [optional] 
**binaryValues** | [**CustomFieldBinaryValues**](CustomFieldBinaryValues.md) | Holds the current values for file / image custom fields as lists of &#x60;StoredFile&#x60;s / &#x60;Image&#x60;s.  | [optional] 


