artifact-keeper-client 1.1.2

Rust client for the Artifact Keeper REST API
Documentation
# CreateBuildRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**agent** | Option<**String**> |  | [optional]
**build_number** | **i32** |  | 
**metadata** | [**serde_json::Value**].md |  | 
**name** | **String** |  | 
**started_at** | Option<**String**> |  | [optional]
**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)