FileRequestDeadline

public class FileRequestDeadline : CustomStringConvertible, JSONRepresentable

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

    public var description: String { get }