Sha256: b11af119471f8a7ca5928cb486b3f129919ec3a72628f2fe1eaedb6dbf06491b

Contents?: true

Size: 431 Bytes

Versions: 51

Compression:

Stored size: 431 Bytes

Contents

# Phrase::TagCreateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**branch** | **String** | specify the branch to use | [optional] 
**name** | **String** | Name of the tag | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::TagCreateParameters.new(branch: my-feature-branch,
                                 name: my-feature)
```


Version data entries

51 entries across 51 versions & 1 rubygems

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