artifact-keeper-client 1.2.1

Rust client for the Artifact Keeper REST API
Documentation
# CreateSyncPolicyPayload

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifact_filter** | Option<[**serde_json::Value**].md> |  | [optional]
**description** | Option<**String**> |  | [optional]
**enabled** | Option<**bool**> |  | [optional]
**filter** | Option<**String**> | Convenience glob filter (e.g. `\"*.tar.gz\"`). When set, it is folded into `artifact_filter.include_paths` so only matching artifact paths are eligible for sync. Ignored if `artifact_filter.include_paths` is already provided. | [optional]
**name** | **String** |  | 
**peer_selector** | Option<[**serde_json::Value**].md> |  | [optional]
**precedence** | Option<**i32**> |  | [optional]
**priority** | Option<**i32**> |  | [optional]
**replication_mode** | Option<**String**> |  | [optional]
**repo_selector** | Option<[**serde_json::Value**].md> |  | [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)