Name | Type | Description | Notes |
---|---|---|---|
name | String | Name of the variable | [optional] |
value | String | Value of the variable | [optional] |
require 'Phrase'
instance = Phrase::VariableUpdateParameters.new(name: MY_VARIABLE,
value: Hello World)