Sha256: f240f249a044ae99271268c683b88db99b72e0fb702b61a4a70c640744c637ab

Contents?: true

Size: 420 Bytes

Versions: 13

Compression:

Stored size: 420 Bytes

Contents

# Phrase::TagCreateParameters

## Properties

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

## Code Sample

```ruby
require 'Phrase'

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


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phrase-4.4.0 docs/TagCreateParameters.md
phrase-4.3.0 docs/TagCreateParameters.md
phrase-3.7.1 docs/TagCreateParameters.md
phrase-3.7.0 docs/TagCreateParameters.md
phrase-3.6.0 docs/TagCreateParameters.md
phrase-3.5.0 docs/TagCreateParameters.md
phrase-3.4.0 docs/TagCreateParameters.md
phrase-3.3.0 docs/TagCreateParameters.md
phrase-3.2.1 docs/TagCreateParameters.md
phrase-3.2.0 docs/TagCreateParameters.md
phrase-3.1.1 docs/TagCreateParameters.md
phrase-3.1.0 docs/TagCreateParameters.md
phrase-3.0.0 docs/TagCreateParameters.md