Sha256: 58bd92b181801b899c6d239a3aa1eb8ea987cfc34a986a40876b9c11b49ad3c2

Contents?: true

Size: 435 Bytes

Versions: 52

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

52 entries across 52 versions & 1 rubygems

Version Path
phrase-2.21.0 docs/VariableUpdateParameters.md
phrase-2.20.0 docs/VariableUpdateParameters.md
phrase-2.19.0 docs/VariableUpdateParameters.md
phrase-2.18.0 docs/VariableUpdateParameters.md
phrase-2.17.0 docs/VariableUpdateParameters.md
phrase-2.16.0 docs/VariableUpdateParameters.md
phrase-2.15.0 docs/VariableUpdateParameters.md
phrase-2.14.0 docs/VariableUpdateParameters.md
phrase-2.13.0 docs/VariableUpdateParameters.md
phrase-2.12.0 docs/VariableUpdateParameters.md
phrase-2.11.0 docs/VariableUpdateParameters.md
phrase-2.10.0 docs/VariableUpdateParameters.md
phrase-2.9.0 docs/VariableUpdateParameters.md
phrase-2.8.7 docs/VariableUpdateParameters.md
phrase-2.8.3 docs/VariableUpdateParameters.md
phrase-2.8.2 docs/VariableUpdateParameters.md
phrase-2.8.1 docs/VariableUpdateParameters.md
phrase-2.8.0 docs/VariableUpdateParameters.md
phrase-2.7.2 docs/VariableUpdateParameters.md
phrase-2.7.1 docs/VariableUpdateParameters.md