GetTemporaryLinkResult
open class GetTemporaryLinkResult : CustomStringConvertible
The GetTemporaryLinkResult struct
-
Metadata of the file.
Declaration
Swift
public let metadata: Files.FileMetadata
-
The temporary link which can be used to stream content the file.
Declaration
Swift
public let link: String
-
Declaration
Swift
open var description: String { get }