GetTemporaryLinkResult

public class GetTemporaryLinkResult : CustomStringConvertible, JSONRepresentable

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

    public var description: String { get }