artifact-keeper-client 1.2.1

Rust client for the Artifact Keeper REST API
Documentation
# AssessmentResult

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**blockers** | **Vec<String>** |  | 
**estimated_duration_seconds** | **i64** |  | 
**groups_count** | **i64** |  | 
**job_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**permissions_count** | **i64** |  | 
**repositories** | [**Vec<models::RepositoryAssessment>**]RepositoryAssessment.md |  | 
**status** | **String** |  | 
**total_artifacts** | **i64** |  | 
**total_size_bytes** | **i64** |  | 
**users_count** | **i64** |  | 
**warnings** | **Vec<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)