lib/hubspot/codegen/files/files/models/folder_input.rb in hubspot-api-client-16.2.0 vs lib/hubspot/codegen/files/files/models/folder_input.rb in hubspot-api-client-16.2.1
- old
+ new
@@ -14,9 +14,10 @@
require 'time'
module Hubspot
module Files
module Files
+ # Object for creating a folder.
class FolderInput
# Desired name for the folder.
attr_accessor :name
# Folder ID of the parent of the created folder. If not specified, the folder will be created at the root level. parentFolderId and parentFolderPath cannot be set at the same time.