# DocSpring::CreateFolderAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | | | | **parent_folder_id** | **String** | | [optional] | ## Example ```ruby require 'docspring' instance = DocSpring::CreateFolderAttributes.new( name: null, parent_folder_id: null ) ```