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