Skip to content

Latest commit

 

History

History
executable file
·
15 lines (10 loc) · 760 Bytes

BulkResponse.md

File metadata and controls

executable file
·
15 lines (10 loc) · 760 Bytes

BulkResponse

Properties

Name Type Description Notes
items Option<Vec<serde_json::Value>> List of results [optional]
errors Option<bool> Errors occurred during the bulk operation [optional]
error Option<String> Error message describing an error if such occurred [optional]
current_line Option<i32> Number of the row returned in the response [optional]
skipped_lines Option<i32> Number of rows skipped in the response [optional]

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