Name | Type | Description | Notes |
---|---|---|---|
id | String | [optional] | |
eventType | EventTypeEnum | [optional] | |
createdAt | OffsetDateTime | [optional] | |
status | StatusEnum | [optional] | |
pullRequestUrl | String | URL of the pull request created on export | [optional] |
autoImport | Boolean | Whether the import was triggered by the repo push event | [optional] |
errors | List<RepoSyncEventErrorsInner> | List of error messages, in case of failure | [optional] |
Name | Value |
---|---|
IMPORT | "import" |
EXPORT | "export" |
Name | Value |
---|---|
RUNNING | "running" |
SUCCESS | "success" |
FAILURE | "failure" |