spatio-sdk 0.0.2

Rust SDK for the SpatioAPI. Generated from the official OpenAPI spec.
Documentation
# CommitChunkedUploadResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**success** | **bool** |  | 
**file_id** | **String** |  | 
**manifest_id** | **String** |  | 
**version** | **i32** |  | 
**total_size** | **i64** |  | 
**physical_size** | Option<**i64**> |  | [optional]
**deduplication_pct** | Option<**f64**> |  | [optional]
**total_blocks** | Option<**i32**> |  | [optional]
**new_blocks** | Option<**i32**> |  | [optional]
**deduplicated_blocks** | Option<**i32**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)