# Cyclos411Api.RecordDataForEdit

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**edit** | **Boolean** | Can the authenticated user edit records of this type? | [optional] 
**remove** | **Boolean** | Can the authenticated user remove records of this type? | [optional] 
**editableFields** | **[String]** | The internal names of fields that can be edited | [optional] 
**record** | [**RecordEdit**](RecordEdit.md) | The record that is being edited. This value can be modified and sent back to &#x60;PUT /records/{id}&#x60;  | [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] 


