# Cyclos411Api.RecordResult

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**creationDate** | **Date** | The record creation date | [optional] 
**createdBy** | [**User**](User.md) | Reference to the user that created the record | [optional] 
**lastModificationDate** | **Date** | The record last modification date | [optional] 
**lastModifiedBy** | [**User**](User.md) | Reference to the user that last modified the record | [optional] 
**customValues** | **{String: String}** | Holds the values for custom record fields, keyed by field internal name  | [optional] 


