Page

public struct Page
extension Page: Codable
extension Page: JSONDecodable
extension Page: DictionaryConvertible
extension Page: Equatable

Simple object which contains a Page and record objects.

Equatable

  • Return information about deleted record only if the table is special one that keep track of deleted records otherwise return nil

    Declaration

    Swift

    public var deletedRecords: [DeletedRecord]? { get }
  • Undocumented

    Declaration

    Swift

    public init?(json: JSON)

DictionaryConvertible

Equatable

  • Declaration

    Swift

    public static func == (lhf: Page, rhf: Page) -> Bool