bunnyshell.com/sdk@v0.16.0/docs/FromGit.md (about) 1 # FromGit 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Type** | Pointer to **string** | | [optional] [default to "git"] 8 **Url** | Pointer to **string** | | [optional] 9 **Branch** | Pointer to **string** | | [optional] 10 **YamlPath** | Pointer to **string** | | [optional] 11 12 ## Methods 13 14 ### NewFromGit 15 16 `func NewFromGit() *FromGit` 17 18 NewFromGit instantiates a new FromGit 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 ### NewFromGitWithDefaults 24 25 `func NewFromGitWithDefaults() *FromGit` 26 27 NewFromGitWithDefaults instantiates a new FromGit 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 *FromGit) GetType() string` 34 35 GetType returns the Type field if non-nil, zero value otherwise. 36 37 ### GetTypeOk 38 39 `func (o *FromGit) 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 *FromGit) SetType(v string)` 47 48 SetType sets Type field to given value. 49 50 ### HasType 51 52 `func (o *FromGit) HasType() bool` 53 54 HasType returns a boolean if a field has been set. 55 56 ### GetUrl 57 58 `func (o *FromGit) GetUrl() string` 59 60 GetUrl returns the Url field if non-nil, zero value otherwise. 61 62 ### GetUrlOk 63 64 `func (o *FromGit) GetUrlOk() (*string, bool)` 65 66 GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise 67 and a boolean to check if the value has been set. 68 69 ### SetUrl 70 71 `func (o *FromGit) SetUrl(v string)` 72 73 SetUrl sets Url field to given value. 74 75 ### HasUrl 76 77 `func (o *FromGit) HasUrl() bool` 78 79 HasUrl returns a boolean if a field has been set. 80 81 ### GetBranch 82 83 `func (o *FromGit) GetBranch() string` 84 85 GetBranch returns the Branch field if non-nil, zero value otherwise. 86 87 ### GetBranchOk 88 89 `func (o *FromGit) GetBranchOk() (*string, bool)` 90 91 GetBranchOk returns a tuple with the Branch field if it's non-nil, zero value otherwise 92 and a boolean to check if the value has been set. 93 94 ### SetBranch 95 96 `func (o *FromGit) SetBranch(v string)` 97 98 SetBranch sets Branch field to given value. 99 100 ### HasBranch 101 102 `func (o *FromGit) HasBranch() bool` 103 104 HasBranch returns a boolean if a field has been set. 105 106 ### GetYamlPath 107 108 `func (o *FromGit) GetYamlPath() string` 109 110 GetYamlPath returns the YamlPath field if non-nil, zero value otherwise. 111 112 ### GetYamlPathOk 113 114 `func (o *FromGit) GetYamlPathOk() (*string, bool)` 115 116 GetYamlPathOk returns a tuple with the YamlPath field if it's non-nil, zero value otherwise 117 and a boolean to check if the value has been set. 118 119 ### SetYamlPath 120 121 `func (o *FromGit) SetYamlPath(v string)` 122 123 SetYamlPath sets YamlPath field to given value. 124 125 ### HasYamlPath 126 127 `func (o *FromGit) HasYamlPath() bool` 128 129 HasYamlPath returns a boolean if a field has been set. 130 131 132 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 133 134