artifact-keeper-client 1.1.2

Rust client for the Artifact Keeper REST API
Documentation
# RepositoryResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **String** |  | 
**description** | Option<**String**> |  | [optional]
**format** | **String** |  | 
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**is_public** | **bool** |  | 
**key** | **String** |  | 
**name** | **String** |  | 
**quota_bytes** | Option<**i64**> |  | [optional]
**repo_type** | **String** |  | 
**storage_used_bytes** | **i64** |  | 
**updated_at** | **String** |  | 
**upstream_auth_configured** | **bool** |  | 
**upstream_auth_type** | Option<**String**> |  | [optional]
**upstream_url** | Option<**String**> |  | [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)