artifact-keeper-client 1.2.1

Rust client for the Artifact Keeper REST API
Documentation
# BuildRow

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**agent** | Option<**String**> |  | [optional]
**artifact_count** | Option<**i32**> |  | [optional]
**build_number** | **i32** |  | 
**created_at** | **String** |  | 
**duration_ms** | Option<**i64**> |  | [optional]
**finished_at** | Option<**String**> |  | [optional]
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**name** | **String** |  | 
**started_at** | Option<**String**> |  | [optional]
**status** | **String** |  | 
**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)