CreateFileRequestArgs
public class CreateFileRequestArgs : CustomStringConvertible, JSONRepresentable
Arguments for create.
-
The title of the file request. Must not be empty.
Declaration
Swift
public let title: String
-
The path of the folder in the Dropbox where uploaded files will be sent. For apps with the app folder permission, this will be relative to the app folder.
Declaration
Swift
public let destination: String
-
The deadline for the file request. Deadlines can only be set by Professional and Business accounts.
Declaration
Swift
public let deadline: FileRequests.FileRequestDeadline?
-
Whether or not the file request should be open. If the file request is closed, it will not accept any file submissions, but it can be opened later.
Declaration
Swift
public let open: Bool
-
A description of the file request.
Declaration
Swift
public let description_: String?
-
Declaration
Swift
public var description: String { get }