bunnyshell.com/sdk@v0.16.0/docs/EnvironmentEditComponentsActionFilter.md (about) 1 # EnvironmentEditComponentsActionFilter 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Type** | Pointer to **string** | | [optional] [default to "name"] 8 **Repository** | Pointer to **NullableString** | | [optional] 9 **Branch** | Pointer to **NullableString** | | [optional] 10 **Name** | Pointer to **NullableString** | | [optional] 11 12 ## Methods 13 14 ### NewEnvironmentEditComponentsActionFilter 15 16 `func NewEnvironmentEditComponentsActionFilter() *EnvironmentEditComponentsActionFilter` 17 18 NewEnvironmentEditComponentsActionFilter instantiates a new EnvironmentEditComponentsActionFilter 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 ### NewEnvironmentEditComponentsActionFilterWithDefaults 24 25 `func NewEnvironmentEditComponentsActionFilterWithDefaults() *EnvironmentEditComponentsActionFilter` 26 27 NewEnvironmentEditComponentsActionFilterWithDefaults instantiates a new EnvironmentEditComponentsActionFilter 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 ### GetType 32 33 `func (o *EnvironmentEditComponentsActionFilter) GetType() string` 34 35 GetType returns the Type field if non-nil, zero value otherwise. 36 37 ### GetTypeOk 38 39 `func (o *EnvironmentEditComponentsActionFilter) GetTypeOk() (*string, bool)` 40 41 GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise 42 and a boolean to check if the value has been set. 43 44 ### SetType 45 46 `func (o *EnvironmentEditComponentsActionFilter) SetType(v string)` 47 48 SetType sets Type field to given value. 49 50 ### HasType 51 52 `func (o *EnvironmentEditComponentsActionFilter) HasType() bool` 53 54 HasType returns a boolean if a field has been set. 55 56 ### GetRepository 57 58 `func (o *EnvironmentEditComponentsActionFilter) GetRepository() string` 59 60 GetRepository returns the Repository field if non-nil, zero value otherwise. 61 62 ### GetRepositoryOk 63 64 `func (o *EnvironmentEditComponentsActionFilter) GetRepositoryOk() (*string, bool)` 65 66 GetRepositoryOk returns a tuple with the Repository field if it's non-nil, zero value otherwise 67 and a boolean to check if the value has been set. 68 69 ### SetRepository 70 71 `func (o *EnvironmentEditComponentsActionFilter) SetRepository(v string)` 72 73 SetRepository sets Repository field to given value. 74 75 ### HasRepository 76 77 `func (o *EnvironmentEditComponentsActionFilter) HasRepository() bool` 78 79 HasRepository returns a boolean if a field has been set. 80 81 ### SetRepositoryNil 82 83 `func (o *EnvironmentEditComponentsActionFilter) SetRepositoryNil(b bool)` 84 85 SetRepositoryNil sets the value for Repository to be an explicit nil 86 87 ### UnsetRepository 88 `func (o *EnvironmentEditComponentsActionFilter) UnsetRepository()` 89 90 UnsetRepository ensures that no value is present for Repository, not even an explicit nil 91 ### GetBranch 92 93 `func (o *EnvironmentEditComponentsActionFilter) GetBranch() string` 94 95 GetBranch returns the Branch field if non-nil, zero value otherwise. 96 97 ### GetBranchOk 98 99 `func (o *EnvironmentEditComponentsActionFilter) GetBranchOk() (*string, bool)` 100 101 GetBranchOk returns a tuple with the Branch field if it's non-nil, zero value otherwise 102 and a boolean to check if the value has been set. 103 104 ### SetBranch 105 106 `func (o *EnvironmentEditComponentsActionFilter) SetBranch(v string)` 107 108 SetBranch sets Branch field to given value. 109 110 ### HasBranch 111 112 `func (o *EnvironmentEditComponentsActionFilter) HasBranch() bool` 113 114 HasBranch returns a boolean if a field has been set. 115 116 ### SetBranchNil 117 118 `func (o *EnvironmentEditComponentsActionFilter) SetBranchNil(b bool)` 119 120 SetBranchNil sets the value for Branch to be an explicit nil 121 122 ### UnsetBranch 123 `func (o *EnvironmentEditComponentsActionFilter) UnsetBranch()` 124 125 UnsetBranch ensures that no value is present for Branch, not even an explicit nil 126 ### GetName 127 128 `func (o *EnvironmentEditComponentsActionFilter) GetName() string` 129 130 GetName returns the Name field if non-nil, zero value otherwise. 131 132 ### GetNameOk 133 134 `func (o *EnvironmentEditComponentsActionFilter) GetNameOk() (*string, bool)` 135 136 GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 137 and a boolean to check if the value has been set. 138 139 ### SetName 140 141 `func (o *EnvironmentEditComponentsActionFilter) SetName(v string)` 142 143 SetName sets Name field to given value. 144 145 ### HasName 146 147 `func (o *EnvironmentEditComponentsActionFilter) HasName() bool` 148 149 HasName returns a boolean if a field has been set. 150 151 ### SetNameNil 152 153 `func (o *EnvironmentEditComponentsActionFilter) SetNameNil(b bool)` 154 155 SetNameNil sets the value for Name to be an explicit nil 156 157 ### UnsetName 158 `func (o *EnvironmentEditComponentsActionFilter) UnsetName()` 159 160 UnsetName ensures that no value is present for Name, not even an explicit nil 161 162 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 163 164