GetMetadataArg

public class GetMetadataArg : CustomStringConvertible, JSONRepresentable

The GetMetadataArg struct

  • The path of a file or folder on Dropbox.

    Declaration

    Swift

    public let path: String
  • If true, mediaInfo in FileMetadata is set for photo and video.

    Declaration

    Swift

    public let includeMediaInfo: Bool
  • If true, DeletedMetadata will be returned for deleted file or folder, otherwise notFound in LookupError will be returned.

    Declaration

    Swift

    public let includeDeleted: Bool
  • If true, the results will include a flag for each file indicating whether or not that file has any explicit members.

    Declaration

    Swift

    public let includeHasExplicitSharedMembers: Bool
  • If set to a valid list of template IDs, propertyGroups in FileMetadata is set if there exists property data associated with the file and each of the listed templates.

    Declaration

    Swift

    public let includePropertyGroups: FileProperties.TemplateFilterBase?
  • Declaration

    Swift

    public var description: String { get }