DownloadArg
public class DownloadArg : CustomStringConvertible, JSONRepresentable
The DownloadArg struct
-
The path of the file to download.
Declaration
Swift
public let path: String -
Please specify revision in path instead.
Declaration
Swift
public let rev: String? -
Declaration
Swift
public var description: String { get }
View on GitHub
DownloadArg Class Reference