| Name | Type | Description | Notes |
|---|---|---|---|
| dataTypes | Object | [optional] | |
| dataTypesVersion | Long | Version after update (present when status is 'updated') | [optional] |
| error | String | Error message (present when status is 'error') | [optional] |
| functionId | Long | Function ID | |
| status | StatusEnum | Outcome for this function |
| Name | Value |
|---|---|
| UPDATED | "updated" |
| VERSION_CONFLICT | "version_conflict" |
| ERROR | "error" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |