artifact-keeper-client 1.2.1

Rust client for the Artifact Keeper REST API
Documentation
# CheckResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifact_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**check_type** | **String** |  | 
**checker_version** | Option<**String**> |  | [optional]
**completed_at** | Option<**String**> |  | [optional]
**created_at** | **String** |  | 
**critical_count** | **i32** |  | 
**details** | Option<[**serde_json::Value**].md> |  | [optional]
**error_message** | Option<**String**> |  | [optional]
**high_count** | **i32** |  | 
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**info_count** | **i32** |  | 
**issues_count** | **i32** |  | 
**low_count** | **i32** |  | 
**medium_count** | **i32** |  | 
**passed** | Option<**bool**> |  | [optional]
**repository_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**score** | Option<**i32**> |  | [optional]
**started_at** | 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)