Sha256: 58bd92b181801b899c6d239a3aa1eb8ea987cfc34a986a40876b9c11b49ad3c2

Contents?: true

Size: 435 Bytes

Versions: 50

Compression:

Stored size: 435 Bytes

Contents

# Phrase::VariableUpdateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of the variable | [optional] 
**value** | **String** | Value of the variable | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::VariableUpdateParameters.new(name: MY_VARIABLE,
                                 value: Hello World)
```


Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
phrase-3.7.1 docs/VariableUpdateParameters.md
phrase-3.7.0 docs/VariableUpdateParameters.md
phrase-3.6.0 docs/VariableUpdateParameters.md
phrase-3.5.0 docs/VariableUpdateParameters.md
phrase-3.4.0 docs/VariableUpdateParameters.md
phrase-3.3.0 docs/VariableUpdateParameters.md
phrase-3.2.1 docs/VariableUpdateParameters.md
phrase-3.2.0 docs/VariableUpdateParameters.md
phrase-3.1.1 docs/VariableUpdateParameters.md
phrase-3.1.0 docs/VariableUpdateParameters.md
phrase-3.0.0 docs/VariableUpdateParameters.md
phrase-2.26.0 docs/VariableUpdateParameters.md
phrase-2.25.0 docs/VariableUpdateParameters.md
phrase-2.24.0 docs/VariableUpdateParameters.md
phrase-2.23.0 docs/VariableUpdateParameters.md
phrase-2.22.2 docs/VariableUpdateParameters.md
phrase-2.22.1 docs/VariableUpdateParameters.md
phrase-2.22.0 docs/VariableUpdateParameters.md
phrase-2.21.0 docs/VariableUpdateParameters.md
phrase-2.20.0 docs/VariableUpdateParameters.md