# CloudmersiveConvertApiClient.ZipExtractResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**successful** | **Boolean** | True if the operation was successful, false otherwise | [optional] 
**filesInZip** | [**[ZipFile]**](ZipFile.md) | Top-level files in the root directory fo the zip file | [optional] 
**directoriesInZip** | [**[ZipDirectory]**](ZipDirectory.md) | Top-level directories in the root directory of the zip; directories can contain sub-directories and files | [optional] 


