bunnyshell.com/sdk@v0.16.0/docs/EnvironmentCreateActionGenesis.md (about) 1 # EnvironmentCreateActionGenesis 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Type** | Pointer to **string** | | [optional] [default to "template"] 8 **Url** | Pointer to **string** | | [optional] 9 **Branch** | Pointer to **string** | | [optional] 10 **YamlPath** | Pointer to **string** | | [optional] 11 **Spec** | Pointer to **string** | | [optional] 12 **Yaml** | Pointer to **string** | | [optional] 13 **Variables** | Pointer to [**map[string]FromTemplateVariablesValue**](FromTemplateVariablesValue.md) | | [optional] 14 **Template** | Pointer to **string** | | [optional] 15 16 ## Methods 17 18 ### NewEnvironmentCreateActionGenesis 19 20 `func NewEnvironmentCreateActionGenesis() *EnvironmentCreateActionGenesis` 21 22 NewEnvironmentCreateActionGenesis instantiates a new EnvironmentCreateActionGenesis object 23 This constructor will assign default values to properties that have it defined, 24 and makes sure properties required by API are set, but the set of arguments 25 will change when the set of required properties is changed 26 27 ### NewEnvironmentCreateActionGenesisWithDefaults 28 29 `func NewEnvironmentCreateActionGenesisWithDefaults() *EnvironmentCreateActionGenesis` 30 31 NewEnvironmentCreateActionGenesisWithDefaults instantiates a new EnvironmentCreateActionGenesis object 32 This constructor will only assign default values to properties that have it defined, 33 but it doesn't guarantee that properties required by API are set 34 35 ### GetType 36 37 `func (o *EnvironmentCreateActionGenesis) GetType() string` 38 39 GetType returns the Type field if non-nil, zero value otherwise. 40 41 ### GetTypeOk 42 43 `func (o *EnvironmentCreateActionGenesis) GetTypeOk() (*string, bool)` 44 45 GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise 46 and a boolean to check if the value has been set. 47 48 ### SetType 49 50 `func (o *EnvironmentCreateActionGenesis) SetType(v string)` 51 52 SetType sets Type field to given value. 53 54 ### HasType 55 56 `func (o *EnvironmentCreateActionGenesis) HasType() bool` 57 58 HasType returns a boolean if a field has been set. 59 60 ### GetUrl 61 62 `func (o *EnvironmentCreateActionGenesis) GetUrl() string` 63 64 GetUrl returns the Url field if non-nil, zero value otherwise. 65 66 ### GetUrlOk 67 68 `func (o *EnvironmentCreateActionGenesis) GetUrlOk() (*string, bool)` 69 70 GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise 71 and a boolean to check if the value has been set. 72 73 ### SetUrl 74 75 `func (o *EnvironmentCreateActionGenesis) SetUrl(v string)` 76 77 SetUrl sets Url field to given value. 78 79 ### HasUrl 80 81 `func (o *EnvironmentCreateActionGenesis) HasUrl() bool` 82 83 HasUrl returns a boolean if a field has been set. 84 85 ### GetBranch 86 87 `func (o *EnvironmentCreateActionGenesis) GetBranch() string` 88 89 GetBranch returns the Branch field if non-nil, zero value otherwise. 90 91 ### GetBranchOk 92 93 `func (o *EnvironmentCreateActionGenesis) GetBranchOk() (*string, bool)` 94 95 GetBranchOk returns a tuple with the Branch field if it's non-nil, zero value otherwise 96 and a boolean to check if the value has been set. 97 98 ### SetBranch 99 100 `func (o *EnvironmentCreateActionGenesis) SetBranch(v string)` 101 102 SetBranch sets Branch field to given value. 103 104 ### HasBranch 105 106 `func (o *EnvironmentCreateActionGenesis) HasBranch() bool` 107 108 HasBranch returns a boolean if a field has been set. 109 110 ### GetYamlPath 111 112 `func (o *EnvironmentCreateActionGenesis) GetYamlPath() string` 113 114 GetYamlPath returns the YamlPath field if non-nil, zero value otherwise. 115 116 ### GetYamlPathOk 117 118 `func (o *EnvironmentCreateActionGenesis) GetYamlPathOk() (*string, bool)` 119 120 GetYamlPathOk returns a tuple with the YamlPath field if it's non-nil, zero value otherwise 121 and a boolean to check if the value has been set. 122 123 ### SetYamlPath 124 125 `func (o *EnvironmentCreateActionGenesis) SetYamlPath(v string)` 126 127 SetYamlPath sets YamlPath field to given value. 128 129 ### HasYamlPath 130 131 `func (o *EnvironmentCreateActionGenesis) HasYamlPath() bool` 132 133 HasYamlPath returns a boolean if a field has been set. 134 135 ### GetSpec 136 137 `func (o *EnvironmentCreateActionGenesis) GetSpec() string` 138 139 GetSpec returns the Spec field if non-nil, zero value otherwise. 140 141 ### GetSpecOk 142 143 `func (o *EnvironmentCreateActionGenesis) GetSpecOk() (*string, bool)` 144 145 GetSpecOk returns a tuple with the Spec field if it's non-nil, zero value otherwise 146 and a boolean to check if the value has been set. 147 148 ### SetSpec 149 150 `func (o *EnvironmentCreateActionGenesis) SetSpec(v string)` 151 152 SetSpec sets Spec field to given value. 153 154 ### HasSpec 155 156 `func (o *EnvironmentCreateActionGenesis) HasSpec() bool` 157 158 HasSpec returns a boolean if a field has been set. 159 160 ### GetYaml 161 162 `func (o *EnvironmentCreateActionGenesis) GetYaml() string` 163 164 GetYaml returns the Yaml field if non-nil, zero value otherwise. 165 166 ### GetYamlOk 167 168 `func (o *EnvironmentCreateActionGenesis) GetYamlOk() (*string, bool)` 169 170 GetYamlOk returns a tuple with the Yaml field if it's non-nil, zero value otherwise 171 and a boolean to check if the value has been set. 172 173 ### SetYaml 174 175 `func (o *EnvironmentCreateActionGenesis) SetYaml(v string)` 176 177 SetYaml sets Yaml field to given value. 178 179 ### HasYaml 180 181 `func (o *EnvironmentCreateActionGenesis) HasYaml() bool` 182 183 HasYaml returns a boolean if a field has been set. 184 185 ### GetVariables 186 187 `func (o *EnvironmentCreateActionGenesis) GetVariables() map[string]FromTemplateVariablesValue` 188 189 GetVariables returns the Variables field if non-nil, zero value otherwise. 190 191 ### GetVariablesOk 192 193 `func (o *EnvironmentCreateActionGenesis) GetVariablesOk() (*map[string]FromTemplateVariablesValue, bool)` 194 195 GetVariablesOk returns a tuple with the Variables field if it's non-nil, zero value otherwise 196 and a boolean to check if the value has been set. 197 198 ### SetVariables 199 200 `func (o *EnvironmentCreateActionGenesis) SetVariables(v map[string]FromTemplateVariablesValue)` 201 202 SetVariables sets Variables field to given value. 203 204 ### HasVariables 205 206 `func (o *EnvironmentCreateActionGenesis) HasVariables() bool` 207 208 HasVariables returns a boolean if a field has been set. 209 210 ### GetTemplate 211 212 `func (o *EnvironmentCreateActionGenesis) GetTemplate() string` 213 214 GetTemplate returns the Template field if non-nil, zero value otherwise. 215 216 ### GetTemplateOk 217 218 `func (o *EnvironmentCreateActionGenesis) GetTemplateOk() (*string, bool)` 219 220 GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise 221 and a boolean to check if the value has been set. 222 223 ### SetTemplate 224 225 `func (o *EnvironmentCreateActionGenesis) SetTemplate(v string)` 226 227 SetTemplate sets Template field to given value. 228 229 ### HasTemplate 230 231 `func (o *EnvironmentCreateActionGenesis) HasTemplate() bool` 232 233 HasTemplate returns a boolean if a field has been set. 234 235 236 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 237 238