SaveCopyReferenceArg

public class SaveCopyReferenceArg : CustomStringConvertible, JSONRepresentable

The SaveCopyReferenceArg struct

  • A copy reference returned by copyReferenceGet.

    Declaration

    Swift

    public let copyReference: String
  • Path in the user’s Dropbox that is the destination.

    Declaration

    Swift

    public let path: String
  • Declaration

    Swift

    public var description: String { get }