windmill-api 1.765.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# AutoPullSettings

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**enabled** | **bool** |  | 
**mode** | Option<[**models::AutoPullMode**]AutoPullMode.md> |  | [optional]
**poll_interval_s** | Option<**i32**> |  | [optional]
**sync_forks** | Option<**bool**> |  | [optional]
**webhook_id** | Option<**i64**> |  | [optional]
**webhook_secret** | Option<**String**> |  | [optional]
**webhook_error** | Option<**String**> |  | [optional]
**last_synced_sha** | Option<**std::collections::HashMap<String, String>**> |  | [optional]
**last_pull_status** | Option<[**models::AutoPullStatus**]AutoPullStatus.md> |  | [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)