artifact-keeper-client 1.1.2

Rust client for the Artifact Keeper REST API
Documentation
# TransferSessionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifact_checksum** | **String** |  | 
**artifact_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**checksum_algo** | **String** |  | 
**chunk_size** | **i32** |  | 
**completed_chunks** | **i32** |  | 
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**requesting_peer_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**status** | **String** |  | 
**total_chunks** | **i32** |  | 
**total_size** | **i64** |  | 

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