TransferFolderArg
public class TransferFolderArg : CustomStringConvertible, JSONRepresentable
The TransferFolderArg struct
-
The ID for the shared folder.
Declaration
Swift
public let sharedFolderId: String -
A account or team member ID to transfer ownership to.
Declaration
Swift
public let toDropboxId: String -
Declaration
Swift
public var description: String { get }
View on GitHub
TransferFolderArg Class Reference