# 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) ```