artifact-keeper-client 1.1.6

Rust client for the Artifact Keeper REST API
Documentation
# SessionStatusResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifact_path** | **String** |  | 
**bytes_received** | **i64** |  | 
**chunks_completed** | **i32** |  | 
**chunks_total** | **i32** |  | 
**created_at** | **String** |  | 
**expires_at** | **String** |  | 
**repository_key** | **String** |  | 
**session_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**status** | **String** |  | 
**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)