artifact-keeper-client 1.1.2

Rust client for the Artifact Keeper REST API
Documentation
# PeerResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bandwidth_estimate_bps** | Option<**i64**> |  | [optional]
**bytes_transferred_total** | **i64** |  | 
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**last_probed_at** | Option<**String**> |  | [optional]
**last_transfer_at** | Option<**String**> |  | [optional]
**latency_ms** | Option<**i32**> |  | [optional]
**shared_artifacts_count** | **i32** |  | 
**shared_chunks_count** | **i32** |  | 
**status** | **String** |  | 
**target_peer_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**transfer_failure_count** | **i32** |  | 
**transfer_success_count** | **i32** |  | 

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