Files
gitea-rs/crates/gitea-client/docs/PushMirror.md
2026-03-20 16:24:40 +01:00

19 lines
946 B
Markdown

# PushMirror
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created** | Option<**String**> | | [optional]
**interval** | Option<**String**> | The sync interval for automatic updates | [optional]
**last_error** | Option<**String**> | The last error message encountered during sync | [optional]
**last_update** | Option<**String**> | | [optional]
**remote_address** | Option<**String**> | The remote repository URL being mirrored to | [optional]
**remote_name** | Option<**String**> | The name of the remote in the git configuration | [optional]
**repo_name** | Option<**String**> | The name of the source repository | [optional]
**sync_on_commit** | Option<**bool**> | Whether to sync on every commit | [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)