GetTemporaryUploadLinkArg
public class GetTemporaryUploadLinkArg : CustomStringConvertible, JSONRepresentable
The GetTemporaryUploadLinkArg struct
-
Contains the path and other optional modifiers for the future upload commit. Equivalent to the parameters provided to upload.
Declaration
Swift
public let commitInfo: Files.CommitInfo
-
How long before this link expires, in seconds. Attempting to start an upload with this link longer than this period of time after link creation will result in an error.
Declaration
Swift
public let duration: Double
-
Declaration
Swift
public var description: String { get }