# 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]