API model to describe the metadata fields updated in the upload
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Numeric ID of the destination metadata field | [optional] |
| action | ActionEnum | Metadata action to perform | [optional] |
| value | Object | Metadata value(s) to set or add. This parameter is optional or required, depending on the action. Depending on the action and field type, this can be a single value (given as a string) or zero or multiple values (given as an array of strings). | [optional] |
| Name | Value |
|---|---|
| ADD | "add" |
| APPEND | "append" |
| PREPEND | "prepend" |
| ERASE | "erase" |