Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 879 Bytes

File metadata and controls

15 lines (11 loc) · 879 Bytes

BulkUserDataSetRecordResult

Properties

Name Type Description Notes
action str The action that was performed. [optional]
external_id str The ID on the external user record this data set belongs to. [optional]
failure_code int The code when Result is failure. 1: internal error 2: item exists (when doing a create) 3: item does not exist (when doing update or delete) [optional]
failure_message str The message when Result is failure. [optional]
item UserDataSetRecord [optional]
result str The result of the action. [optional]

[Back to Model list] [Back to API list] [Back to README]