# Phrase::VariableCreateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of the variable | **value** | **String** | Value of the variable | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::VariableCreateParameters.new(name: MY_VARIABLE, value: Hello World) ```