artifact-keeper-client 1.1.2

Rust client for the Artifact Keeper REST API
Documentation
# PeerInstanceResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cache_size_bytes** | **i64** |  | 
**cache_usage_percent** | **f64** |  | 
**cache_used_bytes** | **i64** |  | 
**created_at** | **String** |  | 
**endpoint_url** | **String** |  | 
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**is_local** | **bool** |  | 
**last_heartbeat_at** | Option<**String**> |  | [optional]
**last_sync_at** | Option<**String**> |  | [optional]
**name** | **String** |  | 
**region** | Option<**String**> |  | [optional]
**status** | **String** |  | 

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