harbor-api 2.0.0

These APIs provide services for manipulating Harbor project.
Documentation
# Execution

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i32**> | The ID of execution | [optional]
**vendor_type** | Option<**String**> | The vendor type of execution | [optional]
**vendor_id** | Option<**i32**> | The vendor id of execution | [optional]
**status** | Option<**String**> | The status of execution | [optional]
**status_message** | Option<**String**> | The status message of execution | [optional]
**metrics** | Option<[**models::Metrics**]Metrics.md> |  | [optional]
**trigger** | Option<**String**> | The trigger of execution | [optional]
**extra_attrs** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> |  | [optional]
**start_time** | Option<**String**> | The start time of execution | [optional]
**end_time** | Option<**String**> | The end time of execution | [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)