Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 955 Bytes

RepoSyncEvent.md

File metadata and controls

37 lines (22 loc) · 955 Bytes

RepoSyncEvent

Properties

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]

Enum: EventTypeEnum

Name Value
IMPORT "import"
EXPORT "export"

Enum: StatusEnum

Name Value
RUNNING "running"
SUCCESS "success"
FAILURE "failure"