bunnyshell.com/sdk@v0.16.0/docs/EnvironmentCloneAction.md (about) 1 # EnvironmentCloneAction 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Name** | **string** | | 8 9 ## Methods 10 11 ### NewEnvironmentCloneAction 12 13 `func NewEnvironmentCloneAction(name string, ) *EnvironmentCloneAction` 14 15 NewEnvironmentCloneAction instantiates a new EnvironmentCloneAction object 16 This constructor will assign default values to properties that have it defined, 17 and makes sure properties required by API are set, but the set of arguments 18 will change when the set of required properties is changed 19 20 ### NewEnvironmentCloneActionWithDefaults 21 22 `func NewEnvironmentCloneActionWithDefaults() *EnvironmentCloneAction` 23 24 NewEnvironmentCloneActionWithDefaults instantiates a new EnvironmentCloneAction object 25 This constructor will only assign default values to properties that have it defined, 26 but it doesn't guarantee that properties required by API are set 27 28 ### GetName 29 30 `func (o *EnvironmentCloneAction) GetName() string` 31 32 GetName returns the Name field if non-nil, zero value otherwise. 33 34 ### GetNameOk 35 36 `func (o *EnvironmentCloneAction) GetNameOk() (*string, bool)` 37 38 GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 and a boolean to check if the value has been set. 40 41 ### SetName 42 43 `func (o *EnvironmentCloneAction) SetName(v string)` 44 45 SetName sets Name field to given value. 46 47 48 49 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 51