Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.06 KB

File metadata and controls

21 lines (16 loc) · 1.06 KB

# RepoSync

Properties

Name Type Description Notes
id string [optional]
name string Optional custom display name for this repo sync. When null or blank, the sync is displayed using the associated project name. [optional]
project \Phrase\Model\ProjectShort [optional]
provider string [optional]
enabled bool [optional]
auto_import bool [optional]
repo_name string [optional]
pr_branch string Branch used as the source of exports/PRs. May be `null` when the sync is configured to push directly to `base_branch`. [optional]
created_at \DateTime [optional]
last_import_at \DateTime [optional]
last_export_at \DateTime [optional]

[Back to Model list] [Back to API list] [Back to README]