FileRequestDeadline
open class FileRequestDeadline : CustomStringConvertible
File request deadline
-
The deadline for this file request. Might be missing due to historical data gap.
Declaration
Swift
public let deadline: Date?
-
If set, allow uploads after the deadline has passed.
Declaration
Swift
public let allowLateUploads: String?
-
Declaration
Swift
open var description: String { get }