Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.44 KB

FolderResourceList.md

File metadata and controls

48 lines (26 loc) · 1.44 KB

FolderResourceList

Properties

Name Type Description Notes
Pagination Pointer to KeysetPaginationResponse [optional]
Resources Pointer to []FolderResource [optional]

Methods

NewFolderResourceList

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.

GetPagination

func (o *FolderResourceList) GetPagination() KeysetPaginationResponse

GetPagination returns the Pagination field if non-nil, zero value otherwise.

SetPagination

func (o *FolderResourceList) SetPagination(v KeysetPaginationResponse)

SetPagination sets Pagination field to given value.

GetResources

func (o *FolderResourceList) GetResources() []FolderResource

GetResources returns the Resources field if non-nil, zero value otherwise.

SetResources

func (o *FolderResourceList) SetResources(v []FolderResource)

SetResources sets Resources field to given value.

[Back to Model list] [Back to API list] [Back to README]