artifact-keeper-client 1.1.0

Rust client for the Artifact Keeper REST API
Documentation
# ScoreResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**acknowledged_count** | **i32** |  | 
**calculated_at** | **String** |  | 
**critical_count** | **i32** |  | 
**grade** | **String** |  | 
**high_count** | **i32** |  | 
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**last_scan_at** | Option<**String**> |  | [optional]
**low_count** | **i32** |  | 
**medium_count** | **i32** |  | 
**repository_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**score** | **i32** |  | 
**total_findings** | **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)