Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 702 Bytes

ZipExtractResponse.md

File metadata and controls

12 lines (8 loc) · 702 Bytes

ZipExtractResponse

Properties

Name Type Description Notes
successful bool True if the operation was successful, false otherwise [optional]
files_in_zip list[ZipFile] Top-level files in the root directory fo the zip file [optional]
directories_in_zip list[ZipDirectory] Top-level directories in the root directory of the zip; directories can contain sub-directories and files [optional]

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