bunnyshell.com/sdk@v0.16.0/docs/OrganizationCollection.md (about) 1 # OrganizationCollection 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 11 ## Methods 12 13 ### NewOrganizationCollection 14 15 `func NewOrganizationCollection() *OrganizationCollection` 16 17 NewOrganizationCollection instantiates a new OrganizationCollection 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 ### NewOrganizationCollectionWithDefaults 23 24 `func NewOrganizationCollectionWithDefaults() *OrganizationCollection` 25 26 NewOrganizationCollectionWithDefaults instantiates a new OrganizationCollection 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 ### GetId 31 32 `func (o *OrganizationCollection) GetId() string` 33 34 GetId returns the Id field if non-nil, zero value otherwise. 35 36 ### GetIdOk 37 38 `func (o *OrganizationCollection) GetIdOk() (*string, bool)` 39 40 GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise 41 and a boolean to check if the value has been set. 42 43 ### SetId 44 45 `func (o *OrganizationCollection) SetId(v string)` 46 47 SetId sets Id field to given value. 48 49 ### HasId 50 51 `func (o *OrganizationCollection) HasId() bool` 52 53 HasId returns a boolean if a field has been set. 54 55 ### GetName 56 57 `func (o *OrganizationCollection) GetName() string` 58 59 GetName returns the Name field if non-nil, zero value otherwise. 60 61 ### GetNameOk 62 63 `func (o *OrganizationCollection) GetNameOk() (*string, bool)` 64 65 GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 66 and a boolean to check if the value has been set. 67 68 ### SetName 69 70 `func (o *OrganizationCollection) SetName(v string)` 71 72 SetName sets Name field to given value. 73 74 ### HasName 75 76 `func (o *OrganizationCollection) HasName() bool` 77 78 HasName returns a boolean if a field has been set. 79 80 ### GetTimezone 81 82 `func (o *OrganizationCollection) GetTimezone() string` 83 84 GetTimezone returns the Timezone field if non-nil, zero value otherwise. 85 86 ### GetTimezoneOk 87 88 `func (o *OrganizationCollection) GetTimezoneOk() (*string, bool)` 89 90 GetTimezoneOk returns a tuple with the Timezone field if it's non-nil, zero value otherwise 91 and a boolean to check if the value has been set. 92 93 ### SetTimezone 94 95 `func (o *OrganizationCollection) SetTimezone(v string)` 96 97 SetTimezone sets Timezone field to given value. 98 99 ### HasTimezone 100 101 `func (o *OrganizationCollection) HasTimezone() bool` 102 103 HasTimezone returns a boolean if a field has been set. 104 105 106 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 107 108