bunnyshell.com/sdk@v0.16.0/docs/TemplatesRepositoryCollection.md (about) 1 # TemplatesRepositoryCollection 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Id** | Pointer to **string** | Templates repository identifier. | [optional] [readonly] 8 **Name** | Pointer to **string** | Templates repository name. | [optional] [readonly] 9 **GitRepositoryUrl** | Pointer to **string** | Templates repository git repository URL. | [optional] [readonly] 10 **GitRef** | Pointer to **string** | Templates repository git repository reference. | [optional] [readonly] 11 **LastSyncSha** | Pointer to **NullableString** | Templates repository last synced git repository SHA. | [optional] [readonly] 12 **Organization** | Pointer to **NullableString** | Organization identifier. | [optional] [readonly] 13 14 ## Methods 15 16 ### NewTemplatesRepositoryCollection 17 18 `func NewTemplatesRepositoryCollection() *TemplatesRepositoryCollection` 19 20 NewTemplatesRepositoryCollection instantiates a new TemplatesRepositoryCollection object 21 This constructor will assign default values to properties that have it defined, 22 and makes sure properties required by API are set, but the set of arguments 23 will change when the set of required properties is changed 24 25 ### NewTemplatesRepositoryCollectionWithDefaults 26 27 `func NewTemplatesRepositoryCollectionWithDefaults() *TemplatesRepositoryCollection` 28 29 NewTemplatesRepositoryCollectionWithDefaults instantiates a new TemplatesRepositoryCollection object 30 This constructor will only assign default values to properties that have it defined, 31 but it doesn't guarantee that properties required by API are set 32 33 ### GetId 34 35 `func (o *TemplatesRepositoryCollection) GetId() string` 36 37 GetId returns the Id field if non-nil, zero value otherwise. 38 39 ### GetIdOk 40 41 `func (o *TemplatesRepositoryCollection) GetIdOk() (*string, bool)` 42 43 GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise 44 and a boolean to check if the value has been set. 45 46 ### SetId 47 48 `func (o *TemplatesRepositoryCollection) SetId(v string)` 49 50 SetId sets Id field to given value. 51 52 ### HasId 53 54 `func (o *TemplatesRepositoryCollection) HasId() bool` 55 56 HasId returns a boolean if a field has been set. 57 58 ### GetName 59 60 `func (o *TemplatesRepositoryCollection) GetName() string` 61 62 GetName returns the Name field if non-nil, zero value otherwise. 63 64 ### GetNameOk 65 66 `func (o *TemplatesRepositoryCollection) GetNameOk() (*string, bool)` 67 68 GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 69 and a boolean to check if the value has been set. 70 71 ### SetName 72 73 `func (o *TemplatesRepositoryCollection) SetName(v string)` 74 75 SetName sets Name field to given value. 76 77 ### HasName 78 79 `func (o *TemplatesRepositoryCollection) HasName() bool` 80 81 HasName returns a boolean if a field has been set. 82 83 ### GetGitRepositoryUrl 84 85 `func (o *TemplatesRepositoryCollection) GetGitRepositoryUrl() string` 86 87 GetGitRepositoryUrl returns the GitRepositoryUrl field if non-nil, zero value otherwise. 88 89 ### GetGitRepositoryUrlOk 90 91 `func (o *TemplatesRepositoryCollection) GetGitRepositoryUrlOk() (*string, bool)` 92 93 GetGitRepositoryUrlOk returns a tuple with the GitRepositoryUrl field if it's non-nil, zero value otherwise 94 and a boolean to check if the value has been set. 95 96 ### SetGitRepositoryUrl 97 98 `func (o *TemplatesRepositoryCollection) SetGitRepositoryUrl(v string)` 99 100 SetGitRepositoryUrl sets GitRepositoryUrl field to given value. 101 102 ### HasGitRepositoryUrl 103 104 `func (o *TemplatesRepositoryCollection) HasGitRepositoryUrl() bool` 105 106 HasGitRepositoryUrl returns a boolean if a field has been set. 107 108 ### GetGitRef 109 110 `func (o *TemplatesRepositoryCollection) GetGitRef() string` 111 112 GetGitRef returns the GitRef field if non-nil, zero value otherwise. 113 114 ### GetGitRefOk 115 116 `func (o *TemplatesRepositoryCollection) GetGitRefOk() (*string, bool)` 117 118 GetGitRefOk returns a tuple with the GitRef field if it's non-nil, zero value otherwise 119 and a boolean to check if the value has been set. 120 121 ### SetGitRef 122 123 `func (o *TemplatesRepositoryCollection) SetGitRef(v string)` 124 125 SetGitRef sets GitRef field to given value. 126 127 ### HasGitRef 128 129 `func (o *TemplatesRepositoryCollection) HasGitRef() bool` 130 131 HasGitRef returns a boolean if a field has been set. 132 133 ### GetLastSyncSha 134 135 `func (o *TemplatesRepositoryCollection) GetLastSyncSha() string` 136 137 GetLastSyncSha returns the LastSyncSha field if non-nil, zero value otherwise. 138 139 ### GetLastSyncShaOk 140 141 `func (o *TemplatesRepositoryCollection) GetLastSyncShaOk() (*string, bool)` 142 143 GetLastSyncShaOk returns a tuple with the LastSyncSha field if it's non-nil, zero value otherwise 144 and a boolean to check if the value has been set. 145 146 ### SetLastSyncSha 147 148 `func (o *TemplatesRepositoryCollection) SetLastSyncSha(v string)` 149 150 SetLastSyncSha sets LastSyncSha field to given value. 151 152 ### HasLastSyncSha 153 154 `func (o *TemplatesRepositoryCollection) HasLastSyncSha() bool` 155 156 HasLastSyncSha returns a boolean if a field has been set. 157 158 ### SetLastSyncShaNil 159 160 `func (o *TemplatesRepositoryCollection) SetLastSyncShaNil(b bool)` 161 162 SetLastSyncShaNil sets the value for LastSyncSha to be an explicit nil 163 164 ### UnsetLastSyncSha 165 `func (o *TemplatesRepositoryCollection) UnsetLastSyncSha()` 166 167 UnsetLastSyncSha ensures that no value is present for LastSyncSha, not even an explicit nil 168 ### GetOrganization 169 170 `func (o *TemplatesRepositoryCollection) GetOrganization() string` 171 172 GetOrganization returns the Organization field if non-nil, zero value otherwise. 173 174 ### GetOrganizationOk 175 176 `func (o *TemplatesRepositoryCollection) GetOrganizationOk() (*string, bool)` 177 178 GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise 179 and a boolean to check if the value has been set. 180 181 ### SetOrganization 182 183 `func (o *TemplatesRepositoryCollection) SetOrganization(v string)` 184 185 SetOrganization sets Organization field to given value. 186 187 ### HasOrganization 188 189 `func (o *TemplatesRepositoryCollection) HasOrganization() bool` 190 191 HasOrganization returns a boolean if a field has been set. 192 193 ### SetOrganizationNil 194 195 `func (o *TemplatesRepositoryCollection) SetOrganizationNil(b bool)` 196 197 SetOrganizationNil sets the value for Organization to be an explicit nil 198 199 ### UnsetOrganization 200 `func (o *TemplatesRepositoryCollection) UnsetOrganization()` 201 202 UnsetOrganization ensures that no value is present for Organization, not even an explicit nil 203 204 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 205 206