UpdateFileRequestArgs
public class UpdateFileRequestArgs : CustomStringConvertible, JSONRepresentable
Arguments for update.
-
The ID of the file request to update.
Declaration
Swift
public let id: String
-
The new title of the file request. Must not be empty.
Declaration
Swift
public let title: String?
-
The new 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 new deadline for the file request. Deadlines can only be set by Professional and Business accounts.
Declaration
Swift
public let deadline: FileRequests.UpdateFileRequestDeadline
-
Whether to set this file request as open or closed.
Declaration
Swift
public let open: Bool?
-
The description of the file request.
Declaration
Swift
public let description_: String?
-
Declaration
Swift
public var description: String { get }