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
16
# Schedule

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i32**> | The id of the schedule. | [optional][readonly]
**status** | Option<**String**> | The status of the schedule. | [optional][readonly]
**creation_time** | Option<**String**> | the creation time of the schedule. | [optional][readonly]
**update_time** | Option<**String**> | the update time of the schedule. | [optional][readonly]
**schedule** | Option<[**models::ScheduleObj**]ScheduleObj.md> |  | [optional]
**parameters** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> | The parameters of schedule 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)