Name | Type | Description | Notes |
---|---|---|---|
Pagination | Pointer to KeysetPaginationResponse | [optional] | |
Resources | Pointer to []FolderResource | [optional] |
func NewFolderResourceList() *FolderResourceList
NewFolderResourceList instantiates a new FolderResourceList object. This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
func (o *FolderResourceList) GetPagination() KeysetPaginationResponse
GetPagination returns the Pagination field if non-nil, zero value otherwise.
func (o *FolderResourceList) SetPagination(v KeysetPaginationResponse)
SetPagination sets Pagination field to given value.
func (o *FolderResourceList) GetResources() []FolderResource
GetResources returns the Resources field if non-nil, zero value otherwise.
func (o *FolderResourceList) SetResources(v []FolderResource)
SetResources sets Resources field to given value.