ListRevisionsResult
open class ListRevisionsResult : CustomStringConvertible
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: Array<Files.FileMetadata>
-
Declaration
Swift
open var description: String { get }