# FieldChange

Represents a field change entity. Use it in an import script.

## Properties

| Name | Type | Description |
| --- | --- | --- |
| addedValues |  Array.<[DocumentFieldValues](Import-DocumentFieldValues.html)>  |  The set of values added in the transaction.   |
| removedValues |  Array.<[DocumentFieldValues](Import-DocumentFieldValues.html)>  |  The set of values removed in the transaction.   |

## See also

[DocumentFieldValues](Import-DocumentFieldValues.html)

