Files
2025-09-07 00:21:05 +00:00

14 lines
738 B
Markdown

# PushMirror
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created** | [**Date**](Date.md) | | [optional]
**interval** | **String** | The sync interval for automatic updates | [optional]
**lastError** | **String** | The last error message encountered during sync | [optional]
**lastUpdate** | [**Date**](Date.md) | | [optional]
**remoteAddress** | **String** | The remote repository URL being mirrored to | [optional]
**remoteName** | **String** | The name of the remote in the git configuration | [optional]
**repoName** | **String** | The name of the source repository | [optional]
**syncOnCommit** | **Boolean** | Whether to sync on every commit | [optional]