DatedFile
public struct DatedFile : Codable, Equatable, FunctionResult
File with the date it was uploaded
-
The file
Declaration
Swift
public let file: File
-
Point in time (Unix timestamp) when the file was uploaded
Declaration
Swift
public let date: Int32
-
File with the date it was uploaded
Declaration
Swift
public init(file: File, date: Int32)
Parameters
file
The file
date
Point in time (Unix timestamp) when the file was uploaded