artifact-keeper-client 1.2.1

Rust client for the Artifact Keeper REST API
Documentation
# SbomContentResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifact_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**component_count** | **i32** |  | 
**content_hash** | **String** |  | 
**created_at** | **String** |  | 
**dependency_count** | **i32** |  | 
**format** | **String** |  | 
**format_version** | **String** |  | 
**generated_at** | **String** |  | 
**generator** | Option<**String**> |  | [optional]
**generator_version** | Option<**String**> |  | [optional]
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**license_count** | **i32** |  | 
**licenses** | **Vec<String>** |  | 
**repository_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**spec_version** | Option<**String**> |  | [optional]
**content** | [**serde_json::Value**].md |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)