artifact-keeper-client 1.2.1

Rust client for the Artifact Keeper REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SyncTaskResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifact_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**artifact_size** | **i64** |  | 
**created_at** | **String** | When the task was enqueued. Lets clients tell a freshly-scheduled task apart from a stale queue entry (used by the replication-schedule check). Serialized as whole-second RFC3339 with a `Z` suffix (e.g. `2026-05-29T12:34:56Z`) so simple ISO8601 parsers can consume it. | 
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**priority** | **i32** |  | 
**started_at** | Option<**String**> | When the worker began transferring, if it has started. Same format as `created_at`. | [optional]
**status** | **String** | Task status (e.g. \"pending\"). Listing currently returns pending tasks. | 
**storage_key** | **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)