spatio-sdk 0.0.2

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**manifest_id** | **String** |  | 
**file_id** | **String** |  | 
**file_name** | **String** |  | 
**version** | **i32** |  | 
**total_size** | **i64** |  | 
**block_count** | **i32** |  | 
**chunking_algorithm** | Option<**String**> |  | [optional]
**file_checksum** | Option<**String**> |  | [optional]
**blocks** | Option<**Vec<std::collections::HashMap<String, serde_json::Value>>**> |  | [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)