GetTemporaryUploadLinkResult
public class GetTemporaryUploadLinkResult : CustomStringConvertible, JSONRepresentable
The GetTemporaryUploadLinkResult struct
-
The temporary link which can be used to stream a file to a Dropbox location.
Declaration
Swift
public let link: String
-
Declaration
Swift
public var description: String { get }