artifact-keeper-client 1.2.1

Rust client for the Artifact Keeper REST API
Documentation
# IssueResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifact_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**category** | **String** |  | 
**check_result_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**created_at** | **String** |  | 
**description** | Option<**String**> |  | [optional]
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**is_suppressed** | **bool** |  | 
**location** | Option<**String**> |  | [optional]
**severity** | **String** |  | 
**suppressed_at** | Option<**String**> |  | [optional]
**suppressed_by** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**suppressed_reason** | Option<**String**> |  | [optional]
**title** | **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)