# UpdateVariableOption

UpdateVariableOption the option when updating variable

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | New name for the variable. If the field is empty, the variable name won\&#39;t be updated. | [optional] [default to undefined]
**value** | **string** | Value of the variable to update | [default to undefined]

## Example

```typescript
import { UpdateVariableOption } from 'berg';

const instance: UpdateVariableOption = {
    name,
    value,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
