bunnyshell.com/sdk@v0.16.0/docs/EnvironmentVariableCreateAction.md (about) 1 # EnvironmentVariableCreateAction 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Name** | **string** | | 8 **Value** | **string** | | 9 **IsSecret** | Pointer to **NullableBool** | | [optional] 10 **Environment** | **string** | | 11 12 ## Methods 13 14 ### NewEnvironmentVariableCreateAction 15 16 `func NewEnvironmentVariableCreateAction(name string, value string, environment string, ) *EnvironmentVariableCreateAction` 17 18 NewEnvironmentVariableCreateAction instantiates a new EnvironmentVariableCreateAction 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 ### NewEnvironmentVariableCreateActionWithDefaults 24 25 `func NewEnvironmentVariableCreateActionWithDefaults() *EnvironmentVariableCreateAction` 26 27 NewEnvironmentVariableCreateActionWithDefaults instantiates a new EnvironmentVariableCreateAction 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 *EnvironmentVariableCreateAction) GetName() string` 34 35 GetName returns the Name field if non-nil, zero value otherwise. 36 37 ### GetNameOk 38 39 `func (o *EnvironmentVariableCreateAction) 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 *EnvironmentVariableCreateAction) SetName(v string)` 47 48 SetName sets Name field to given value. 49 50 51 ### GetValue 52 53 `func (o *EnvironmentVariableCreateAction) GetValue() string` 54 55 GetValue returns the Value field if non-nil, zero value otherwise. 56 57 ### GetValueOk 58 59 `func (o *EnvironmentVariableCreateAction) 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 *EnvironmentVariableCreateAction) SetValue(v string)` 67 68 SetValue sets Value field to given value. 69 70 71 ### GetIsSecret 72 73 `func (o *EnvironmentVariableCreateAction) GetIsSecret() bool` 74 75 GetIsSecret returns the IsSecret field if non-nil, zero value otherwise. 76 77 ### GetIsSecretOk 78 79 `func (o *EnvironmentVariableCreateAction) 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 *EnvironmentVariableCreateAction) SetIsSecret(v bool)` 87 88 SetIsSecret sets IsSecret field to given value. 89 90 ### HasIsSecret 91 92 `func (o *EnvironmentVariableCreateAction) HasIsSecret() bool` 93 94 HasIsSecret returns a boolean if a field has been set. 95 96 ### SetIsSecretNil 97 98 `func (o *EnvironmentVariableCreateAction) SetIsSecretNil(b bool)` 99 100 SetIsSecretNil sets the value for IsSecret to be an explicit nil 101 102 ### UnsetIsSecret 103 `func (o *EnvironmentVariableCreateAction) UnsetIsSecret()` 104 105 UnsetIsSecret ensures that no value is present for IsSecret, not even an explicit nil 106 ### GetEnvironment 107 108 `func (o *EnvironmentVariableCreateAction) GetEnvironment() string` 109 110 GetEnvironment returns the Environment field if non-nil, zero value otherwise. 111 112 ### GetEnvironmentOk 113 114 `func (o *EnvironmentVariableCreateAction) GetEnvironmentOk() (*string, bool)` 115 116 GetEnvironmentOk returns a tuple with the Environment field if it's non-nil, zero value otherwise 117 and a boolean to check if the value has been set. 118 119 ### SetEnvironment 120 121 `func (o *EnvironmentVariableCreateAction) SetEnvironment(v string)` 122 123 SetEnvironment sets Environment 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