Class: OpenApiSDK::Shared::UnifiedFilestorageFileInput
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::UnifiedFilestorageFileInput
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/unifiedfilestoragefileinput.rb
Instance Method Summary collapse
-
#initialize(file_url: nil, folder_id: nil, mime_type: nil, name: nil, permission: nil, shared_link: nil, size: nil, field_mappings: nil) ⇒ UnifiedFilestorageFileInput
constructor
A new instance of UnifiedFilestorageFileInput.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(file_url: nil, folder_id: nil, mime_type: nil, name: nil, permission: nil, shared_link: nil, size: nil, field_mappings: nil) ⇒ UnifiedFilestorageFileInput
Returns a new instance of UnifiedFilestorageFileInput.
33 34 35 36 37 38 39 40 41 42 |
# File 'lib/open_api_sdk/models/shared/unifiedfilestoragefileinput.rb', line 33 def initialize(file_url: nil, folder_id: nil, mime_type: nil, name: nil, permission: nil, shared_link: nil, size: nil, field_mappings: nil) @file_url = file_url @folder_id = folder_id @mime_type = mime_type @name = name @permission = @shared_link = shared_link @size = size @field_mappings = field_mappings end |