Sha256: 36bd80331c454ceaef8d547bf54805f6c16e90cfad63eb37c89a17da2acbf50e

Contents?: true

Size: 872 Bytes

Versions: 15

Compression:

Stored size: 872 Bytes

Contents

# Phrase::Branch

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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(name: null,
                                 created_at: null,
                                 updated_at: null,
                                 merged_at: null,
                                 merged_by: null,
                                 created_by: null,
                                 state: null)
```


Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
phrase-2.0.0 docs/Branch.md
phrase-1.0.14 docs/Branch.md
phrase-1.0.13 docs/Branch.md
phrase-1.0.12 docs/Branch.md
phrase-1.0.11 docs/Branch.md
phrase-1.0.10 docs/Branch.md
phrase-1.0.9 docs/Branch.md
phrase-1.0.8 docs/Branch.md
phrase-1.0.7 docs/Branch.md
phrase-1.0.6 docs/Branch.md
phrase-1.0.5 docs/Branch.md
phrase-1.0.4 docs/Branch.md
phrase-1.0.3 docs/Branch.md
phrase-1.0.2 docs/Branch.md
phrase-1.0.1 docs/Branch.md