FileInfo
public struct FileInfo : Equatable
-
Declaration
Swift
public private(set) var id: Int64 { get }
-
Declaration
Swift
public private(set) var type: FileType { get }
-
Declaration
Swift
public private(set) var url: String { get }
-
Declaration
Swift
public private(set) var filename: String { get }
-
Declaration
Swift
public private(set) var title: String { get }
-
Undocumented
Declaration
Swift
public init(id: Int64, type: FileType, url: String, filename: String, title: String)
-
Undocumented
Declaration
Swift
public static func parseType(filename: String) -> FileType