artifact-keeper-client 1.1.2

Rust client for the Artifact Keeper REST API
Documentation
# WasmPluginResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**author** | Option<**String**> |  | [optional]
**capabilities** | [**serde_json::Value**].md |  | 
**description** | Option<**String**> |  | [optional]
**display_name** | **String** |  | 
**enabled_at** | Option<**String**> |  | [optional]
**homepage** | Option<**String**> |  | [optional]
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**installed_at** | **String** |  | 
**license** | Option<**String**> |  | [optional]
**name** | **String** |  | 
**plugin_type** | **String** |  | 
**resource_limits** | [**serde_json::Value**].md |  | 
**source_ref** | Option<**String**> |  | [optional]
**source_type** | **String** |  | 
**source_url** | Option<**String**> |  | [optional]
**status** | **String** |  | 
**updated_at** | **String** |  | 
**version** | **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)