harbor-api 2.0.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i32**> | The ID of preheat policy | [optional]
**name** | Option<**String**> | The Name of preheat policy | [optional]
**description** | Option<**String**> | The Description of preheat policy | [optional]
**project_id** | Option<**i32**> | The ID of preheat policy project | [optional]
**provider_id** | Option<**i32**> | The ID of preheat policy provider | [optional]
**provider_name** | Option<**String**> | The Name of preheat policy provider | [optional]
**filters** | Option<**String**> | The Filters of preheat policy | [optional]
**trigger** | Option<**String**> | The Trigger of preheat policy | [optional]
**enabled** | Option<**bool**> | Whether the preheat policy enabled | [optional]
**scope** | Option<**String**> | The scope of preheat policy | [optional]
**creation_time** | Option<**String**> | The Create Time of preheat policy | [optional]
**update_time** | Option<**String**> | The Update Time of preheat policy | [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)