artifact-keeper-client 1.2.1

Rust client for the Artifact Keeper REST API
Documentation
# SubscriptionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **String** |  | 
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**last_replicated_at** | Option<**String**> |  | [optional]
**peer_instance_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**replication_filter** | [**serde_json::Value**].md |  | 
**replication_mode** | Option<**String**> |  | [optional]
**replication_schedule** | Option<**String**> |  | [optional]
**repository_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**sync_enabled** | **bool** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)