artifact-keeper-client 1.1.6

Rust client for the Artifact Keeper REST API
Documentation
# MigrationJobResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**completed_items** | **i32** |  | 
**config** | [**serde_json::Value**].md |  | 
**created_at** | **String** |  | 
**error_summary** | Option<**String**> |  | [optional]
**estimated_time_remaining** | Option<**i64**> |  | [optional]
**failed_items** | **i32** |  | 
**finished_at** | Option<**String**> |  | [optional]
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**job_type** | **String** |  | 
**progress_percent** | **f64** |  | 
**skipped_items** | **i32** |  | 
**source_connection_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**started_at** | Option<**String**> |  | [optional]
**status** | **String** |  | 
**total_bytes** | **i64** |  | 
**total_items** | **i32** |  | 
**transferred_bytes** | **i64** |  | 

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