bunnyshell.com/sdk@v0.16.0/docs/FilterGit.md (about) 1 # FilterGit 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Type** | Pointer to **string** | | [optional] [default to "git"] 8 **Repository** | Pointer to **NullableString** | | [optional] 9 **Branch** | Pointer to **NullableString** | | [optional] 10 11 ## Methods 12 13 ### NewFilterGit 14 15 `func NewFilterGit() *FilterGit` 16 17 NewFilterGit instantiates a new FilterGit object 18 This constructor will assign default values to properties that have it defined, 19 and makes sure properties required by API are set, but the set of arguments 20 will change when the set of required properties is changed 21 22 ### NewFilterGitWithDefaults 23 24 `func NewFilterGitWithDefaults() *FilterGit` 25 26 NewFilterGitWithDefaults instantiates a new FilterGit object 27 This constructor will only assign default values to properties that have it defined, 28 but it doesn't guarantee that properties required by API are set 29 30 ### GetType 31 32 `func (o *FilterGit) GetType() string` 33 34 GetType returns the Type field if non-nil, zero value otherwise. 35 36 ### GetTypeOk 37 38 `func (o *FilterGit) GetTypeOk() (*string, bool)` 39 40 GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise 41 and a boolean to check if the value has been set. 42 43 ### SetType 44 45 `func (o *FilterGit) SetType(v string)` 46 47 SetType sets Type field to given value. 48 49 ### HasType 50 51 `func (o *FilterGit) HasType() bool` 52 53 HasType returns a boolean if a field has been set. 54 55 ### GetRepository 56 57 `func (o *FilterGit) GetRepository() string` 58 59 GetRepository returns the Repository field if non-nil, zero value otherwise. 60 61 ### GetRepositoryOk 62 63 `func (o *FilterGit) GetRepositoryOk() (*string, bool)` 64 65 GetRepositoryOk returns a tuple with the Repository field if it's non-nil, zero value otherwise 66 and a boolean to check if the value has been set. 67 68 ### SetRepository 69 70 `func (o *FilterGit) SetRepository(v string)` 71 72 SetRepository sets Repository field to given value. 73 74 ### HasRepository 75 76 `func (o *FilterGit) HasRepository() bool` 77 78 HasRepository returns a boolean if a field has been set. 79 80 ### SetRepositoryNil 81 82 `func (o *FilterGit) SetRepositoryNil(b bool)` 83 84 SetRepositoryNil sets the value for Repository to be an explicit nil 85 86 ### UnsetRepository 87 `func (o *FilterGit) UnsetRepository()` 88 89 UnsetRepository ensures that no value is present for Repository, not even an explicit nil 90 ### GetBranch 91 92 `func (o *FilterGit) GetBranch() string` 93 94 GetBranch returns the Branch field if non-nil, zero value otherwise. 95 96 ### GetBranchOk 97 98 `func (o *FilterGit) GetBranchOk() (*string, bool)` 99 100 GetBranchOk returns a tuple with the Branch field if it's non-nil, zero value otherwise 101 and a boolean to check if the value has been set. 102 103 ### SetBranch 104 105 `func (o *FilterGit) SetBranch(v string)` 106 107 SetBranch sets Branch field to given value. 108 109 ### HasBranch 110 111 `func (o *FilterGit) HasBranch() bool` 112 113 HasBranch returns a boolean if a field has been set. 114 115 ### SetBranchNil 116 117 `func (o *FilterGit) SetBranchNil(b bool)` 118 119 SetBranchNil sets the value for Branch to be an explicit nil 120 121 ### UnsetBranch 122 `func (o *FilterGit) UnsetBranch()` 123 124 UnsetBranch ensures that no value is present for Branch, not even an explicit nil 125 126 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 127 128