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