bunnyshell.com/sdk@v0.16.0/docs/EnvironmentEditComponentsAction.md (about) 1 # EnvironmentEditComponentsAction 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Filter** | [**EnvironmentEditComponentsActionFilter**](EnvironmentEditComponentsActionFilter.md) | | 8 **Target** | [**GitInfo**](GitInfo.md) | | 9 10 ## Methods 11 12 ### NewEnvironmentEditComponentsAction 13 14 `func NewEnvironmentEditComponentsAction(filter EnvironmentEditComponentsActionFilter, target GitInfo, ) *EnvironmentEditComponentsAction` 15 16 NewEnvironmentEditComponentsAction instantiates a new EnvironmentEditComponentsAction object 17 This constructor will assign default values to properties that have it defined, 18 and makes sure properties required by API are set, but the set of arguments 19 will change when the set of required properties is changed 20 21 ### NewEnvironmentEditComponentsActionWithDefaults 22 23 `func NewEnvironmentEditComponentsActionWithDefaults() *EnvironmentEditComponentsAction` 24 25 NewEnvironmentEditComponentsActionWithDefaults instantiates a new EnvironmentEditComponentsAction object 26 This constructor will only assign default values to properties that have it defined, 27 but it doesn't guarantee that properties required by API are set 28 29 ### GetFilter 30 31 `func (o *EnvironmentEditComponentsAction) GetFilter() EnvironmentEditComponentsActionFilter` 32 33 GetFilter returns the Filter field if non-nil, zero value otherwise. 34 35 ### GetFilterOk 36 37 `func (o *EnvironmentEditComponentsAction) GetFilterOk() (*EnvironmentEditComponentsActionFilter, bool)` 38 39 GetFilterOk returns a tuple with the Filter field if it's non-nil, zero value otherwise 40 and a boolean to check if the value has been set. 41 42 ### SetFilter 43 44 `func (o *EnvironmentEditComponentsAction) SetFilter(v EnvironmentEditComponentsActionFilter)` 45 46 SetFilter sets Filter field to given value. 47 48 49 ### GetTarget 50 51 `func (o *EnvironmentEditComponentsAction) GetTarget() GitInfo` 52 53 GetTarget returns the Target field if non-nil, zero value otherwise. 54 55 ### GetTargetOk 56 57 `func (o *EnvironmentEditComponentsAction) GetTargetOk() (*GitInfo, bool)` 58 59 GetTargetOk returns a tuple with the Target field if it's non-nil, zero value otherwise 60 and a boolean to check if the value has been set. 61 62 ### SetTarget 63 64 `func (o *EnvironmentEditComponentsAction) SetTarget(v GitInfo)` 65 66 SetTarget sets Target field to given value. 67 68 69 70 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 72