harbor-api 2.0.0

These APIs provide services for manipulating Harbor project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ScheduleTask

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i32**> | the id of the Schedule task | [optional]
**vendor_type** | Option<**String**> | the vendor type of the current schedule task | [optional]
**vendor_id** | Option<**i32**> | the vendor id of the current task | [optional]
**cron** | Option<**String**> | the cron of the current schedule task | [optional]
**update_time** | Option<**String**> | the update time of the schedule task | [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)