HistoryMetadata
public struct HistoryMetadata
extension HistoryMetadata: Equatable, Hashable
This is what is returned.
-
Declaration
Swift
public var url: String
-
Declaration
Swift
public var title: String?
-
Declaration
Swift
public var previewImageUrl: String?
-
Declaration
Swift
public var createdAt: Int64
-
Declaration
Swift
public var updatedAt: Int64
-
Declaration
Swift
public var totalViewTime: Int32
-
Declaration
Swift
public var searchTerm: String?
-
Declaration
Swift
public var documentType: DocumentType
-
Declaration
Swift
public var referrerUrl: String?
-
init(url:
title: previewImageUrl: createdAt: updatedAt: totalViewTime: searchTerm: documentType: referrerUrl: ) Declaration
Swift
public init(url: String, title: String?, previewImageUrl: String?, createdAt: Int64, updatedAt: Int64, totalViewTime: Int32, searchTerm: String?, documentType: DocumentType, referrerUrl: String?)
-
Declaration
Swift
public static func == (lhs: HistoryMetadata, rhs: HistoryMetadata) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)