bunnyshell.com/sdk@v0.16.0/docs/PaginatedEnvironmentCollection.md (about) 1 # PaginatedEnvironmentCollection 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Links** | Pointer to [**PaginatedLinks**](PaginatedLinks.md) | | [optional] 8 **TotalItems** | Pointer to **int32** | | [optional] 9 **Page** | Pointer to **int32** | | [optional] 10 **ItemsPerPage** | Pointer to **int32** | | [optional] 11 **Embedded** | Pointer to [**EmbeddedEnvironmentCollection**](EmbeddedEnvironmentCollection.md) | | [optional] 12 13 ## Methods 14 15 ### NewPaginatedEnvironmentCollection 16 17 `func NewPaginatedEnvironmentCollection() *PaginatedEnvironmentCollection` 18 19 NewPaginatedEnvironmentCollection instantiates a new PaginatedEnvironmentCollection object 20 This constructor will assign default values to properties that have it defined, 21 and makes sure properties required by API are set, but the set of arguments 22 will change when the set of required properties is changed 23 24 ### NewPaginatedEnvironmentCollectionWithDefaults 25 26 `func NewPaginatedEnvironmentCollectionWithDefaults() *PaginatedEnvironmentCollection` 27 28 NewPaginatedEnvironmentCollectionWithDefaults instantiates a new PaginatedEnvironmentCollection object 29 This constructor will only assign default values to properties that have it defined, 30 but it doesn't guarantee that properties required by API are set 31 32 ### GetLinks 33 34 `func (o *PaginatedEnvironmentCollection) GetLinks() PaginatedLinks` 35 36 GetLinks returns the Links field if non-nil, zero value otherwise. 37 38 ### GetLinksOk 39 40 `func (o *PaginatedEnvironmentCollection) GetLinksOk() (*PaginatedLinks, bool)` 41 42 GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise 43 and a boolean to check if the value has been set. 44 45 ### SetLinks 46 47 `func (o *PaginatedEnvironmentCollection) SetLinks(v PaginatedLinks)` 48 49 SetLinks sets Links field to given value. 50 51 ### HasLinks 52 53 `func (o *PaginatedEnvironmentCollection) HasLinks() bool` 54 55 HasLinks returns a boolean if a field has been set. 56 57 ### GetTotalItems 58 59 `func (o *PaginatedEnvironmentCollection) GetTotalItems() int32` 60 61 GetTotalItems returns the TotalItems field if non-nil, zero value otherwise. 62 63 ### GetTotalItemsOk 64 65 `func (o *PaginatedEnvironmentCollection) GetTotalItemsOk() (*int32, bool)` 66 67 GetTotalItemsOk returns a tuple with the TotalItems field if it's non-nil, zero value otherwise 68 and a boolean to check if the value has been set. 69 70 ### SetTotalItems 71 72 `func (o *PaginatedEnvironmentCollection) SetTotalItems(v int32)` 73 74 SetTotalItems sets TotalItems field to given value. 75 76 ### HasTotalItems 77 78 `func (o *PaginatedEnvironmentCollection) HasTotalItems() bool` 79 80 HasTotalItems returns a boolean if a field has been set. 81 82 ### GetPage 83 84 `func (o *PaginatedEnvironmentCollection) GetPage() int32` 85 86 GetPage returns the Page field if non-nil, zero value otherwise. 87 88 ### GetPageOk 89 90 `func (o *PaginatedEnvironmentCollection) GetPageOk() (*int32, bool)` 91 92 GetPageOk returns a tuple with the Page field if it's non-nil, zero value otherwise 93 and a boolean to check if the value has been set. 94 95 ### SetPage 96 97 `func (o *PaginatedEnvironmentCollection) SetPage(v int32)` 98 99 SetPage sets Page field to given value. 100 101 ### HasPage 102 103 `func (o *PaginatedEnvironmentCollection) HasPage() bool` 104 105 HasPage returns a boolean if a field has been set. 106 107 ### GetItemsPerPage 108 109 `func (o *PaginatedEnvironmentCollection) GetItemsPerPage() int32` 110 111 GetItemsPerPage returns the ItemsPerPage field if non-nil, zero value otherwise. 112 113 ### GetItemsPerPageOk 114 115 `func (o *PaginatedEnvironmentCollection) GetItemsPerPageOk() (*int32, bool)` 116 117 GetItemsPerPageOk returns a tuple with the ItemsPerPage field if it's non-nil, zero value otherwise 118 and a boolean to check if the value has been set. 119 120 ### SetItemsPerPage 121 122 `func (o *PaginatedEnvironmentCollection) SetItemsPerPage(v int32)` 123 124 SetItemsPerPage sets ItemsPerPage field to given value. 125 126 ### HasItemsPerPage 127 128 `func (o *PaginatedEnvironmentCollection) HasItemsPerPage() bool` 129 130 HasItemsPerPage returns a boolean if a field has been set. 131 132 ### GetEmbedded 133 134 `func (o *PaginatedEnvironmentCollection) GetEmbedded() EmbeddedEnvironmentCollection` 135 136 GetEmbedded returns the Embedded field if non-nil, zero value otherwise. 137 138 ### GetEmbeddedOk 139 140 `func (o *PaginatedEnvironmentCollection) GetEmbeddedOk() (*EmbeddedEnvironmentCollection, bool)` 141 142 GetEmbeddedOk returns a tuple with the Embedded field if it's non-nil, zero value otherwise 143 and a boolean to check if the value has been set. 144 145 ### SetEmbedded 146 147 `func (o *PaginatedEnvironmentCollection) SetEmbedded(v EmbeddedEnvironmentCollection)` 148 149 SetEmbedded sets Embedded field to given value. 150 151 ### HasEmbedded 152 153 `func (o *PaginatedEnvironmentCollection) HasEmbedded() bool` 154 155 HasEmbedded returns a boolean if a field has been set. 156 157 158 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 159 160