Request
public struct Request
extension Upload.Request: CustomStringConvertible
Combines all the necessary input to execute an upload to pCloud.
-
The source of the upload data.
See moreDeclaration
Swift
public enum Body -
A command.
Declaration
Swift
public var command: Call.Command -
The upload data.
Declaration
Swift
public var body: Body -
An API host name.
Declaration
Swift
public var hostName: String -
The maximum amount of time (in seconds) that an operation’s load activity can execute while the operation is running.
Declaration
Swift
public var timeoutInterval: TimeInterval? -
Declaration
Swift
public var description: String { get }
View on GitHub
Request Structure Reference