ListRevisionsArg
public class ListRevisionsArg : CustomStringConvertible, JSONRepresentable
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
public var description: String { get }