Class: OpenApiSDK::Shared::UnifiedFilestorageFolderInput

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/shared/unifiedfilestoragefolderinput.rb

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(description: nil, drive_id: nil, folder_url: nil, name: nil, parent_folder_id: nil, permission: nil, shared_link: nil, size: nil, field_mappings: nil) ⇒ UnifiedFilestorageFolderInput

Returns a new instance of UnifiedFilestorageFolderInput.



35
36
37
38
39
40
41
42
43
44
45
# File 'lib/open_api_sdk/models/shared/unifiedfilestoragefolderinput.rb', line 35

def initialize(description: nil, drive_id: nil, folder_url: nil, name: nil, parent_folder_id: nil, permission: nil, shared_link: nil, size: nil, field_mappings: nil)
  @description = description
  @drive_id = drive_id
  @folder_url = folder_url
  @name = name
  @parent_folder_id = parent_folder_id
  @permission = permission
  @shared_link = shared_link
  @size = size
  @field_mappings = field_mappings
end