artifact-keeper-client 1.1.2

Rust client for the Artifact Keeper REST API
Documentation
# LifecyclePolicy

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**config** | [**serde_json::Value**].md |  | 
**created_at** | **String** |  | 
**cron_schedule** | Option<**String**> |  | [optional]
**description** | Option<**String**> |  | [optional]
**enabled** | **bool** |  | 
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**last_run_at** | Option<**String**> |  | [optional]
**last_run_items_removed** | Option<**i64**> |  | [optional]
**name** | **String** |  | 
**policy_type** | **String** |  | 
**priority** | **i32** |  | 
**repository_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [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)