Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 352 Bytes

CreateFolderAttributes.md

File metadata and controls

20 lines (14 loc) · 352 Bytes

DocSpring::CreateFolderAttributes

Properties

Name Type Description Notes
name String
parent_folder_id String [optional]

Example

require 'docspring'

instance = DocSpring::CreateFolderAttributes.new(
  name: null,
  parent_folder_id: null
)