Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 774 Bytes

File metadata and controls

28 lines (16 loc) · 774 Bytes

BatchUpdateDataTypesResult

Properties

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

Enum: StatusEnum

Name Value
UPDATED "updated"
VERSION_CONFLICT "version_conflict"
ERROR "error"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"