Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 398 Bytes

Folder.md

File metadata and controls

24 lines (18 loc) · 398 Bytes

DocSpring::Folder

Properties

Name Type Description Notes
id String
name String
path String
parent_folder_id String

Example

require 'docspring'

instance = DocSpring::Folder.new(
  id: null,
  name: null,
  path: null,
  parent_folder_id: null
)