VariableUpdateParameters Class

The parameters supplied to the update variable operation.

Inheritance
VariableUpdateParameters

Constructor

VariableUpdateParameters(*, name: Optional[str] = None, value: Optional[str] = None, description: Optional[str] = None, **kwargs)

Parameters

name
str
Required

Gets or sets the name of the variable.

value
str
Required

Gets or sets the value of the variable.

description
str
Required

Gets or sets the description of the variable.