SaveUrlArg
public class SaveUrlArg : CustomStringConvertible, JSONRepresentable
The SaveUrlArg struct
-
The path in Dropbox where the URL will be saved to.
Declaration
Swift
public let path: String -
The URL to be saved.
Declaration
Swift
public let url: String -
Declaration
Swift
public var description: String { get }
View on GitHub
SaveUrlArg Class Reference