Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.02 KB

RepoSyncEvent.md

File metadata and controls

29 lines (22 loc) · 1.02 KB

Phrase::RepoSyncEvent

Properties

Name Type Description Notes
id String [optional]
event_type String [optional]
created_at Time [optional]
status String [optional]
pull_request_url String URL of the pull request created on export [optional]
auto_import Boolean Whether the import was triggered by the repo push event [optional]
errors Array<RepoSyncEventErrorsInner> List of error messages, in case of failure [optional]

Code Sample

require 'Phrase'

instance = Phrase::RepoSyncEvent.new(id: null,
                                 event_type: null,
                                 created_at: null,
                                 status: null,
                                 pull_request_url: null,
                                 auto_import: null,
                                 errors: null)