artifact-keeper-client 1.2.1

Rust client for the Artifact Keeper REST API
Documentation
# RepoHealthResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifacts_evaluated** | **i32** |  | 
**artifacts_failing** | **i32** |  | 
**artifacts_passing** | **i32** |  | 
**avg_license_score** | Option<**i32**> |  | [optional]
**avg_metadata_score** | Option<**i32**> |  | [optional]
**avg_quality_score** | Option<**i32**> |  | [optional]
**avg_security_score** | Option<**i32**> |  | [optional]
**health_grade** | **String** |  | 
**health_score** | **i32** |  | 
**last_evaluated_at** | Option<**String**> |  | [optional]
**repository_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**repository_key** | **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)