artifact-keeper-client 1.2.1

Rust client for the Artifact Keeper REST API
Documentation
# SyncPolicyResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifact_filter** | [**serde_json::Value**].md |  | 
**created_at** | **String** |  | 
**description** | **String** |  | 
**enabled** | **bool** |  | 
**filter** | **String** | Convenience glob filter, mirrored from `artifact_filter.include_paths`. Round-trips the single-pattern shorthand accepted on create (e.g. `\"*.tar.gz\"`). Empty when no include pattern is set. | 
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**name** | **String** |  | 
**peer_selector** | [**serde_json::Value**].md |  | 
**precedence** | **i32** |  | 
**priority** | **i32** |  | 
**replication_mode** | **String** |  | 
**repo_selector** | [**serde_json::Value**].md |  | 
**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)