RelocationBatchArgBase

public class RelocationBatchArgBase : CustomStringConvertible, JSONRepresentable

The RelocationBatchArgBase struct

  • List of entries to be moved or copied. Each entry is RelocationPath.

    Declaration

    Swift

    public let entries: [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

    public var description: String { get }