Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 507 Bytes

File metadata and controls

24 lines (18 loc) · 507 Bytes

Akeyless::ListItemsInPathOutput

Properties

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

Example

require 'akeyless'

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