Sha256: d3d62e9fe53044bce7b4d216a3e411648300122ee00a3dbd4a3139924e489942

Contents?: true

Size: 313 Bytes

Versions: 51

Compression:

Stored size: 313 Bytes

Contents

# Phrase::BranchCreateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of the branch | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::BranchCreateParameters.new(name: my-branch)
```


Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
phrase-1.0.11 docs/BranchCreateParameters.md
phrase-1.0.10 docs/BranchCreateParameters.md
phrase-1.0.9 docs/BranchCreateParameters.md
phrase-1.0.8 docs/BranchCreateParameters.md
phrase-1.0.7 docs/BranchCreateParameters.md
phrase-1.0.6 docs/BranchCreateParameters.md
phrase-1.0.5 docs/BranchCreateParameters.md
phrase-1.0.4 docs/BranchCreateParameters.md
phrase-1.0.3 docs/BranchCreateParameters.md
phrase-1.0.2 docs/BranchCreateParameters.md
phrase-1.0.1 docs/BranchCreateParameters.md