artifact-keeper-client 1.2.1

Rust client for the Artifact Keeper REST API
Documentation
# FormatHandlerResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**capabilities** | Option<[**serde_json::Value**].md> | Plugin capabilities if this is a WASM handler | [optional]
**created_at** | **String** |  | 
**description** | Option<**String**> |  | [optional]
**display_name** | **String** |  | 
**extensions** | **Vec<String>** |  | 
**format_key** | **String** |  | 
**handler_type** | [**models::FormatHandlerType**]FormatHandlerType.md |  | 
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**is_enabled** | **bool** |  | 
**plugin_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**priority** | **i32** |  | 
**repository_count** | Option<**i64**> | Number of repositories using this format (computed) | [optional]
**updated_at** | **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)