MinimalFileLinkMetadata

public class MinimalFileLinkMetadata : CustomStringConvertible, JSONRepresentable

The MinimalFileLinkMetadata struct

  • url

    URL of the shared link.

    Declaration

    Swift

    public let url: String
  • id

    Unique identifier for the linked file.

    Declaration

    Swift

    public let id: String?
  • Full path in the user’s Dropbox. This always starts with a slash. This field will only be present only if the linked file is in the authenticated user’s Dropbox.

    Declaration

    Swift

    public let path: String?
  • rev

    A unique identifier for the current revision of a file. This field is the same rev as elsewhere in the API and can be used to detect changes and avoid conflicts.

    Declaration

    Swift

    public let rev: String
  • Declaration

    Swift

    public var description: String { get }