mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
9 lines
405 B
Markdown
9 lines
405 B
Markdown
# UpdateVariableOption
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**description** | **String** | Description of the variable to update | [optional]
|
|
**name** | **String** | New name for the variable. If the field is empty, the variable name won't be updated. | [optional]
|
|
**value** | **String** | Value of the variable to update |
|