GetCopyReferenceResult

public class GetCopyReferenceResult : CustomStringConvertible, JSONRepresentable

The GetCopyReferenceResult struct

  • Metadata of the file or folder.

    Declaration

    Swift

    public let metadata: Files.Metadata
  • A copy reference to the file or folder.

    Declaration

    Swift

    public let copyReference: String
  • The expiration date of the copy reference. This value is currently set to be far enough in the future so that expiration is effectively not an issue.

    Declaration

    Swift

    public let expires: Date
  • Declaration

    Swift

    public var description: String { get }