bunnyshell.com/sdk@v0.16.0/docs/EnvironmentVariableEdit.md (about) 1 # EnvironmentVariableEdit 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Value** | Pointer to **NullableString** | | [optional] 8 9 ## Methods 10 11 ### NewEnvironmentVariableEdit 12 13 `func NewEnvironmentVariableEdit() *EnvironmentVariableEdit` 14 15 NewEnvironmentVariableEdit instantiates a new EnvironmentVariableEdit object 16 This constructor will assign default values to properties that have it defined, 17 and makes sure properties required by API are set, but the set of arguments 18 will change when the set of required properties is changed 19 20 ### NewEnvironmentVariableEditWithDefaults 21 22 `func NewEnvironmentVariableEditWithDefaults() *EnvironmentVariableEdit` 23 24 NewEnvironmentVariableEditWithDefaults instantiates a new EnvironmentVariableEdit object 25 This constructor will only assign default values to properties that have it defined, 26 but it doesn't guarantee that properties required by API are set 27 28 ### GetValue 29 30 `func (o *EnvironmentVariableEdit) GetValue() string` 31 32 GetValue returns the Value field if non-nil, zero value otherwise. 33 34 ### GetValueOk 35 36 `func (o *EnvironmentVariableEdit) GetValueOk() (*string, bool)` 37 38 GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise 39 and a boolean to check if the value has been set. 40 41 ### SetValue 42 43 `func (o *EnvironmentVariableEdit) SetValue(v string)` 44 45 SetValue sets Value field to given value. 46 47 ### HasValue 48 49 `func (o *EnvironmentVariableEdit) HasValue() bool` 50 51 HasValue returns a boolean if a field has been set. 52 53 ### SetValueNil 54 55 `func (o *EnvironmentVariableEdit) SetValueNil(b bool)` 56 57 SetValueNil sets the value for Value to be an explicit nil 58 59 ### UnsetValue 60 `func (o *EnvironmentVariableEdit) UnsetValue()` 61 62 UnsetValue ensures that no value is present for Value, not even an explicit nil 63 64 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 65 66