artifact-keeper-client 1.2.1

Rust client for the Artifact Keeper REST API
Documentation
# ArtifactHealthResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifact_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**checks** | [**Vec<models::CheckSummary>**]CheckSummary.md |  | 
**checks_passed** | **i32** |  | 
**checks_total** | **i32** |  | 
**critical_issues** | **i32** |  | 
**health_grade** | **String** |  | 
**health_score** | **i32** |  | 
**last_checked_at** | Option<**String**> |  | [optional]
**license_score** | Option<**i32**> |  | [optional]
**metadata_score** | Option<**i32**> |  | [optional]
**quality_score** | Option<**i32**> |  | [optional]
**security_score** | Option<**i32**> |  | [optional]
**total_issues** | **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)