bunnyshell.com/sdk@v0.16.0/docs/OrganizationItem.md (about) 1 # OrganizationItem 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Id** | Pointer to **string** | Organization identifier. | [optional] [readonly] 8 **Name** | Pointer to **string** | Organization name as defined in Bunnyshell UI. | [optional] [readonly] 9 **Timezone** | Pointer to **string** | Organization timezone as defined in Bunnyshell UI. | [optional] [readonly] 10 **TotalUsers** | Pointer to **int32** | Organization total users. | [optional] [readonly] 11 **TotalProjects** | Pointer to **int32** | Organization total projects. | [optional] [readonly] 12 **AvailableRegistries** | Pointer to **int32** | Organization total available registry integrations. | [optional] [readonly] 13 **AvailableClusters** | Pointer to **int32** | Organization total available cluster integrations. | [optional] [readonly] 14 **AvailableGitIntegration** | Pointer to **int32** | Organization total available git integrations. | [optional] [readonly] 15 16 ## Methods 17 18 ### NewOrganizationItem 19 20 `func NewOrganizationItem() *OrganizationItem` 21 22 NewOrganizationItem instantiates a new OrganizationItem object 23 This constructor will assign default values to properties that have it defined, 24 and makes sure properties required by API are set, but the set of arguments 25 will change when the set of required properties is changed 26 27 ### NewOrganizationItemWithDefaults 28 29 `func NewOrganizationItemWithDefaults() *OrganizationItem` 30 31 NewOrganizationItemWithDefaults instantiates a new OrganizationItem object 32 This constructor will only assign default values to properties that have it defined, 33 but it doesn't guarantee that properties required by API are set 34 35 ### GetId 36 37 `func (o *OrganizationItem) GetId() string` 38 39 GetId returns the Id field if non-nil, zero value otherwise. 40 41 ### GetIdOk 42 43 `func (o *OrganizationItem) GetIdOk() (*string, bool)` 44 45 GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise 46 and a boolean to check if the value has been set. 47 48 ### SetId 49 50 `func (o *OrganizationItem) SetId(v string)` 51 52 SetId sets Id field to given value. 53 54 ### HasId 55 56 `func (o *OrganizationItem) HasId() bool` 57 58 HasId returns a boolean if a field has been set. 59 60 ### GetName 61 62 `func (o *OrganizationItem) GetName() string` 63 64 GetName returns the Name field if non-nil, zero value otherwise. 65 66 ### GetNameOk 67 68 `func (o *OrganizationItem) GetNameOk() (*string, bool)` 69 70 GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 71 and a boolean to check if the value has been set. 72 73 ### SetName 74 75 `func (o *OrganizationItem) SetName(v string)` 76 77 SetName sets Name field to given value. 78 79 ### HasName 80 81 `func (o *OrganizationItem) HasName() bool` 82 83 HasName returns a boolean if a field has been set. 84 85 ### GetTimezone 86 87 `func (o *OrganizationItem) GetTimezone() string` 88 89 GetTimezone returns the Timezone field if non-nil, zero value otherwise. 90 91 ### GetTimezoneOk 92 93 `func (o *OrganizationItem) GetTimezoneOk() (*string, bool)` 94 95 GetTimezoneOk returns a tuple with the Timezone field if it's non-nil, zero value otherwise 96 and a boolean to check if the value has been set. 97 98 ### SetTimezone 99 100 `func (o *OrganizationItem) SetTimezone(v string)` 101 102 SetTimezone sets Timezone field to given value. 103 104 ### HasTimezone 105 106 `func (o *OrganizationItem) HasTimezone() bool` 107 108 HasTimezone returns a boolean if a field has been set. 109 110 ### GetTotalUsers 111 112 `func (o *OrganizationItem) GetTotalUsers() int32` 113 114 GetTotalUsers returns the TotalUsers field if non-nil, zero value otherwise. 115 116 ### GetTotalUsersOk 117 118 `func (o *OrganizationItem) GetTotalUsersOk() (*int32, bool)` 119 120 GetTotalUsersOk returns a tuple with the TotalUsers field if it's non-nil, zero value otherwise 121 and a boolean to check if the value has been set. 122 123 ### SetTotalUsers 124 125 `func (o *OrganizationItem) SetTotalUsers(v int32)` 126 127 SetTotalUsers sets TotalUsers field to given value. 128 129 ### HasTotalUsers 130 131 `func (o *OrganizationItem) HasTotalUsers() bool` 132 133 HasTotalUsers returns a boolean if a field has been set. 134 135 ### GetTotalProjects 136 137 `func (o *OrganizationItem) GetTotalProjects() int32` 138 139 GetTotalProjects returns the TotalProjects field if non-nil, zero value otherwise. 140 141 ### GetTotalProjectsOk 142 143 `func (o *OrganizationItem) GetTotalProjectsOk() (*int32, bool)` 144 145 GetTotalProjectsOk returns a tuple with the TotalProjects field if it's non-nil, zero value otherwise 146 and a boolean to check if the value has been set. 147 148 ### SetTotalProjects 149 150 `func (o *OrganizationItem) SetTotalProjects(v int32)` 151 152 SetTotalProjects sets TotalProjects field to given value. 153 154 ### HasTotalProjects 155 156 `func (o *OrganizationItem) HasTotalProjects() bool` 157 158 HasTotalProjects returns a boolean if a field has been set. 159 160 ### GetAvailableRegistries 161 162 `func (o *OrganizationItem) GetAvailableRegistries() int32` 163 164 GetAvailableRegistries returns the AvailableRegistries field if non-nil, zero value otherwise. 165 166 ### GetAvailableRegistriesOk 167 168 `func (o *OrganizationItem) GetAvailableRegistriesOk() (*int32, bool)` 169 170 GetAvailableRegistriesOk returns a tuple with the AvailableRegistries field if it's non-nil, zero value otherwise 171 and a boolean to check if the value has been set. 172 173 ### SetAvailableRegistries 174 175 `func (o *OrganizationItem) SetAvailableRegistries(v int32)` 176 177 SetAvailableRegistries sets AvailableRegistries field to given value. 178 179 ### HasAvailableRegistries 180 181 `func (o *OrganizationItem) HasAvailableRegistries() bool` 182 183 HasAvailableRegistries returns a boolean if a field has been set. 184 185 ### GetAvailableClusters 186 187 `func (o *OrganizationItem) GetAvailableClusters() int32` 188 189 GetAvailableClusters returns the AvailableClusters field if non-nil, zero value otherwise. 190 191 ### GetAvailableClustersOk 192 193 `func (o *OrganizationItem) GetAvailableClustersOk() (*int32, bool)` 194 195 GetAvailableClustersOk returns a tuple with the AvailableClusters field if it's non-nil, zero value otherwise 196 and a boolean to check if the value has been set. 197 198 ### SetAvailableClusters 199 200 `func (o *OrganizationItem) SetAvailableClusters(v int32)` 201 202 SetAvailableClusters sets AvailableClusters field to given value. 203 204 ### HasAvailableClusters 205 206 `func (o *OrganizationItem) HasAvailableClusters() bool` 207 208 HasAvailableClusters returns a boolean if a field has been set. 209 210 ### GetAvailableGitIntegration 211 212 `func (o *OrganizationItem) GetAvailableGitIntegration() int32` 213 214 GetAvailableGitIntegration returns the AvailableGitIntegration field if non-nil, zero value otherwise. 215 216 ### GetAvailableGitIntegrationOk 217 218 `func (o *OrganizationItem) GetAvailableGitIntegrationOk() (*int32, bool)` 219 220 GetAvailableGitIntegrationOk returns a tuple with the AvailableGitIntegration field if it's non-nil, zero value otherwise 221 and a boolean to check if the value has been set. 222 223 ### SetAvailableGitIntegration 224 225 `func (o *OrganizationItem) SetAvailableGitIntegration(v int32)` 226 227 SetAvailableGitIntegration sets AvailableGitIntegration field to given value. 228 229 ### HasAvailableGitIntegration 230 231 `func (o *OrganizationItem) HasAvailableGitIntegration() bool` 232 233 HasAvailableGitIntegration returns a boolean if a field has been set. 234 235 236 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 237 238