CreateFolderArg
public class CreateFolderArg : CustomStringConvertible, JSONRepresentable
The CreateFolderArg struct
-
Path in the user’s Dropbox to create.
Declaration
Swift
public let path: String -
If there’s a conflict, have the Dropbox server try to autorename the folder to avoid the conflict.
Declaration
Swift
public let autorename: Bool -
Declaration
Swift
public var description: String { get }
View on GitHub
CreateFolderArg Class Reference