Files
gitea-rs/crates/gitea-client/docs/UpdateVariableOption.md
2026-03-20 16:24:40 +01:00

580 B

UpdateVariableOption

Properties

Name Type Description Notes
description Option<String> Description of the variable to update [optional]
name Option<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

[Back to Model list] [Back to API list] [Back to README]