Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 442 Bytes

ListItemsInPathOutput.md

File metadata and controls

22 lines (16 loc) · 442 Bytes

Akeyless::ListItemsInPathOutput

Properties

Name Type Description Notes
folders Array<String> [optional]
items Array<Item> [optional]
next_page String [optional]

Example

require 'akeyless'

instance = Akeyless::ListItemsInPathOutput.new(
  folders: null,
  items: null,
  next_page: null
)