ListRevisionsArg
open class ListRevisionsArg : CustomStringConvertible
The ListRevisionsArg struct
-
The path to the file you want to see the revisions of.
Declaration
Swift
public let path: String
-
Determines the behavior of the API in listing the revisions for a given file path or id.
Declaration
Swift
public let mode: Files.ListRevisionsMode
-
The maximum number of revision entries returned.
Declaration
Swift
public let limit: UInt64
-
Declaration
Swift
open var description: String { get }