artifact-keeper-client 1.2.1

Rust client for the Artifact Keeper REST API
Documentation
# SearchResultItem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **String** |  | 
**format** | Option<**String**> |  | [optional]
**highlights** | Option<**Vec<String>**> |  | [optional]
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**name** | **String** |  | 
**path** | Option<**String**> |  | [optional]
**repository_key** | **String** |  | 
**size_bytes** | Option<**i64**> |  | [optional]
**r#type** | **String** |  | 
**version** | Option<**String**> |  | [optional]

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