SaveUrlArg
open class SaveUrlArg : CustomStringConvertible
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
open var description: String { get }