Class: OpenApiSDK::Shared::UnifiedFilestorageFolderOutput

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/shared/unifiedfilestoragefolderoutput.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, created_at: nil, field_mappings: nil, id: nil, modified_at: nil, remote_data: nil, remote_id: nil) ⇒ UnifiedFilestorageFolderOutput

Returns a new instance of UnifiedFilestorageFolderOutput.



45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# File 'lib/open_api_sdk/models/shared/unifiedfilestoragefolderoutput.rb', line 45

def initialize(description: nil, drive_id: nil, folder_url: nil, name: nil, parent_folder_id: nil, permission: nil, shared_link: nil, size: nil, created_at: nil, field_mappings: nil, id: nil, modified_at: nil, remote_data: nil, remote_id: 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
  @created_at = created_at
  @field_mappings = field_mappings
  @id = id
  @modified_at = modified_at
  @remote_data = remote_data
  @remote_id = remote_id
end