RelocationBatchArgBase
open class RelocationBatchArgBase : CustomStringConvertible
The RelocationBatchArgBase struct
-
List of entries to be moved or copied. Each entry is RelocationPath.
Declaration
Swift
public let entries: Array<Files.RelocationPath>
-
If there’s a conflict with any file, have the Dropbox server try to autorename that file to avoid the conflict.
Declaration
Swift
public let autorename: Bool
-
Declaration
Swift
open var description: String { get }