946 B
946 B
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] |