Name | Type | Description | Notes |
---|---|---|---|
Folders | Pointer to []string | [optional] | |
Items | Pointer to []Item | [optional] | |
NextPage | Pointer to string | [optional] |
func NewListItemsInPathOutput() *ListItemsInPathOutput
NewListItemsInPathOutput instantiates a new ListItemsInPathOutput 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 NewListItemsInPathOutputWithDefaults() *ListItemsInPathOutput
NewListItemsInPathOutputWithDefaults instantiates a new ListItemsInPathOutput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ListItemsInPathOutput) GetFolders() []string
GetFolders returns the Folders field if non-nil, zero value otherwise.
func (o *ListItemsInPathOutput) GetFoldersOk() (*[]string, bool)
GetFoldersOk returns a tuple with the Folders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListItemsInPathOutput) SetFolders(v []string)
SetFolders sets Folders field to given value.
func (o *ListItemsInPathOutput) HasFolders() bool
HasFolders returns a boolean if a field has been set.
func (o *ListItemsInPathOutput) GetItems() []Item
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *ListItemsInPathOutput) GetItemsOk() (*[]Item, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListItemsInPathOutput) SetItems(v []Item)
SetItems sets Items field to given value.
func (o *ListItemsInPathOutput) HasItems() bool
HasItems returns a boolean if a field has been set.
func (o *ListItemsInPathOutput) GetNextPage() string
GetNextPage returns the NextPage field if non-nil, zero value otherwise.
func (o *ListItemsInPathOutput) GetNextPageOk() (*string, bool)
GetNextPageOk returns a tuple with the NextPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListItemsInPathOutput) SetNextPage(v string)
SetNextPage sets NextPage field to given value.
func (o *ListItemsInPathOutput) HasNextPage() bool
HasNextPage returns a boolean if a field has been set.