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.18.0 docs/Branch.md
phrase-2.17.0 docs/Branch.md
phrase-2.16.0 docs/Branch.md
phrase-2.15.0 docs/Branch.md
phrase-2.14.0 docs/Branch.md
phrase-2.13.0 docs/Branch.md
phrase-2.12.0 docs/Branch.md
phrase-2.11.0 docs/Branch.md
phrase-2.10.0 docs/Branch.md
phrase-2.9.0 docs/Branch.md
phrase-2.8.7 docs/Branch.md
phrase-2.8.3 docs/Branch.md
phrase-2.8.2 docs/Branch.md
phrase-2.8.1 docs/Branch.md
phrase-2.8.0 docs/Branch.md
phrase-2.7.2 docs/Branch.md
phrase-2.7.1 docs/Branch.md
phrase-2.7.0 docs/Branch.md
phrase-2.6.0 docs/Branch.md
phrase-2.5.1 docs/Branch.md