Class: OpenApiSDK::Shared::UnifiedFilestorageFolderInput
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::UnifiedFilestorageFolderInput
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/unifiedfilestoragefolderinput.rb
Instance Method Summary collapse
-
#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
constructor
A new instance of UnifiedFilestorageFolderInput.
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 = @shared_link = shared_link @size = size @field_mappings = field_mappings end |