ListRevisionsResult
public class ListRevisionsResult : CustomStringConvertible, JSONRepresentable
The ListRevisionsResult struct
-
If the file identified by the latest revision in the response is either deleted or moved.
Declaration
Swift
public let isDeleted: Bool -
The time of deletion if the file was deleted.
Declaration
Swift
public let serverDeleted: Date? -
The revisions for the file. Only revisions that are not deleted will show up here.
Declaration
Swift
public let entries: [Files.FileMetadata] -
Declaration
Swift
public var description: String { get }
View on GitHub
ListRevisionsResult Class Reference