Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 901 Bytes

BitbucketSync.md

File metadata and controls

27 lines (20 loc) · 901 Bytes

Phrase::BitbucketSync

Properties

Name Type Description Notes
id String [optional]
repository_name String [optional]
last_export_to_bitbucket_at Time [optional]
last_import_from_bitbucket_at Time [optional]
valid_phraseapp_yaml Boolean [optional]
phraseapp_projects Array<ProjectShort> [optional]

Code Sample

require 'Phrase'

instance = Phrase::BitbucketSync.new(id: null,
                                 repository_name: null,
                                 last_export_to_bitbucket_at: null,
                                 last_import_from_bitbucket_at: null,
                                 valid_phraseapp_yaml: null,
                                 phraseapp_projects: null)