Class: OpenApiSDK::Shared::UnifiedFilestorageFileInput

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

Instance Method Summary collapse

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 = permission
  @shared_link = shared_link
  @size = size
  @field_mappings = field_mappings
end