BulkResponse

July 15, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
itemsOption<Vec<serde_json::Value>>List of results[optional]
errorsOption<bool>Errors occurred during the bulk operation[optional]
errorOption<String>Error message describing an error if such occurred[optional]
current_lineOption<i32>Number of the row returned in the response[optional]
skipped_linesOption<i32>Number of rows skipped in the response[optional]

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