Skip to content

Commit

Permalink
add folderuuid param to get file response
Browse files Browse the repository at this point in the history
  • Loading branch information
patricioxavier8 committed Nov 10, 2024
1 parent e482a3e commit 5b49f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/InternxtSwiftCore/Types/DriveTypes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ public struct GetFileMetaByIdResponse: Decodable {
public let removed: Bool?
public let removedAt: String?
public let status: String
public let folderUuid: String?
}


Expand Down

0 comments on commit 5b49f8e

Please sign in to comment.