artifact-keeper-client 1.1.0

Rust client for the Artifact Keeper REST API
Documentation
# BuildResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**agent** | Option<**String**> |  | [optional]
**artifact_count** | Option<**i32**> |  | [optional]
**created_at** | **String** |  | 
**duration_ms** | Option<**i64**> |  | [optional]
**finished_at** | Option<**String**> |  | [optional]
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**metadata** | Option<[**serde_json::Value**].md> |  | [optional]
**modules** | Option<[**Vec<models::BuildModule>**]BuildModule.md> |  | [optional]
**name** | **String** |  | 
**number** | **i32** |  | 
**started_at** | Option<**String**> |  | [optional]
**status** | **String** |  | 
**updated_at** | **String** |  | 
**vcs_branch** | Option<**String**> |  | [optional]
**vcs_message** | Option<**String**> |  | [optional]
**vcs_revision** | Option<**String**> |  | [optional]
**vcs_url** | Option<**String**> |  | [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)