harbor-api 2.0.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i32**> | the id of purge job. | [optional]
**job_name** | Option<**String**> | the job name of purge job. | [optional]
**job_kind** | Option<**String**> | the job kind of purge job. | [optional]
**job_parameters** | Option<**String**> | the job parameters of purge job. | [optional]
**schedule** | Option<[**models::ScheduleObj**]ScheduleObj.md> |  | [optional]
**job_status** | Option<**String**> | the status of purge job. | [optional]
**deleted** | Option<**bool**> | if purge job was deleted. | [optional]
**creation_time** | Option<**String**> | the creation time of purge job. | [optional]
**update_time** | Option<**String**> | the update time of purge job. | [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)