bunnyshell.com/sdk@v0.16.0/docs/ServiceComponentVariableEditAction.md (about) 1 # ServiceComponentVariableEditAction 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Value** | **NullableString** | | 8 **IsSecret** | Pointer to **NullableBool** | | [optional] 9 10 ## Methods 11 12 ### NewServiceComponentVariableEditAction 13 14 `func NewServiceComponentVariableEditAction(value NullableString, ) *ServiceComponentVariableEditAction` 15 16 NewServiceComponentVariableEditAction instantiates a new ServiceComponentVariableEditAction object 17 This constructor will assign default values to properties that have it defined, 18 and makes sure properties required by API are set, but the set of arguments 19 will change when the set of required properties is changed 20 21 ### NewServiceComponentVariableEditActionWithDefaults 22 23 `func NewServiceComponentVariableEditActionWithDefaults() *ServiceComponentVariableEditAction` 24 25 NewServiceComponentVariableEditActionWithDefaults instantiates a new ServiceComponentVariableEditAction object 26 This constructor will only assign default values to properties that have it defined, 27 but it doesn't guarantee that properties required by API are set 28 29 ### GetValue 30 31 `func (o *ServiceComponentVariableEditAction) GetValue() string` 32 33 GetValue returns the Value field if non-nil, zero value otherwise. 34 35 ### GetValueOk 36 37 `func (o *ServiceComponentVariableEditAction) GetValueOk() (*string, bool)` 38 39 GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise 40 and a boolean to check if the value has been set. 41 42 ### SetValue 43 44 `func (o *ServiceComponentVariableEditAction) SetValue(v string)` 45 46 SetValue sets Value field to given value. 47 48 49 ### SetValueNil 50 51 `func (o *ServiceComponentVariableEditAction) SetValueNil(b bool)` 52 53 SetValueNil sets the value for Value to be an explicit nil 54 55 ### UnsetValue 56 `func (o *ServiceComponentVariableEditAction) UnsetValue()` 57 58 UnsetValue ensures that no value is present for Value, not even an explicit nil 59 ### GetIsSecret 60 61 `func (o *ServiceComponentVariableEditAction) GetIsSecret() bool` 62 63 GetIsSecret returns the IsSecret field if non-nil, zero value otherwise. 64 65 ### GetIsSecretOk 66 67 `func (o *ServiceComponentVariableEditAction) GetIsSecretOk() (*bool, bool)` 68 69 GetIsSecretOk returns a tuple with the IsSecret field if it's non-nil, zero value otherwise 70 and a boolean to check if the value has been set. 71 72 ### SetIsSecret 73 74 `func (o *ServiceComponentVariableEditAction) SetIsSecret(v bool)` 75 76 SetIsSecret sets IsSecret field to given value. 77 78 ### HasIsSecret 79 80 `func (o *ServiceComponentVariableEditAction) HasIsSecret() bool` 81 82 HasIsSecret returns a boolean if a field has been set. 83 84 ### SetIsSecretNil 85 86 `func (o *ServiceComponentVariableEditAction) SetIsSecretNil(b bool)` 87 88 SetIsSecretNil sets the value for IsSecret to be an explicit nil 89 90 ### UnsetIsSecret 91 `func (o *ServiceComponentVariableEditAction) UnsetIsSecret()` 92 93 UnsetIsSecret ensures that no value is present for IsSecret, not even an explicit nil 94 95 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 96 97