Name | Type | Description | Notes |
---|---|---|---|
folders | Array<String> | [optional] | |
items | Array<Item> | [optional] | |
next_page | String | [optional] |
require 'akeyless'
instance = Akeyless::ListItemsInPathOutput.new(
folders: null,
items: null,
next_page: null
)