Sha256: c8ac8760b96fb0f78b9543b2d17a46fd8b0abb81f389ef4f3f341494a29c483a

Contents?: true

Size: 424 Bytes

Versions: 11

Compression:

Stored size: 424 Bytes

Contents

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


Version data entries

11 entries across 11 versions & 1 rubygems

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