Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.17 KB

File metadata and controls

35 lines (28 loc) · 1.17 KB

Phrase::Branch

Properties

Name Type Description Notes
base_project_id String [optional]
branch_project_id String [optional]
name String [optional]
created_at Time [optional]
updated_at Time [optional]
merged_at Time [optional]
merged_by UserPreview [optional]
created_by UserPreview [optional]
state String [optional]
child_branches Array<String> [optional]

Code Sample

require 'Phrase'

instance = Phrase::Branch.new(base_project_id: null,
                                 branch_project_id: null,
                                 name: null,
                                 created_at: null,
                                 updated_at: null,
                                 merged_at: null,
                                 merged_by: null,
                                 created_by: null,
                                 state: null,
                                 child_branches: null)