Sha256: 9a6c971d4883e792d8c635de9e1aab190f18b60e7794e99b5cfad7e868beeeeb

Contents?: true

Size: 1.06 KB

Versions: 26

Compression:

Stored size: 1.06 KB

Contents

# Phrase::Branch

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**base_project_id** | **String** |  | [optional] 
**branch_project_id** | **String** |  | [optional] 
**name** | **String** |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 
**merged_at** | **DateTime** |  | [optional] 
**merged_by** | [**UserPreview**](UserPreview.md) |  | [optional] 
**created_by** | [**UserPreview**](UserPreview.md) |  | [optional] 
**state** | **String** |  | [optional] 

## Code Sample

```ruby
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)
```


Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
phrase-2.5.0 docs/Branch.md
phrase-2.4.0 docs/Branch.md
phrase-2.3.1 docs/Branch.md
phrase-2.3.0 docs/Branch.md
phrase-2.2.0 docs/Branch.md
phrase-2.1.0 docs/Branch.md