ListInfo
public struct ListInfo : Codable, Equatable
Used to store list information.
-
The total number of entries from a list.
Declaration
Swift
public let totalEntries: Int -
The total number of pages of a list.
Declaration
Swift
public let totalPages: Int -
Undocumented
Declaration
Swift
public init(totalEntries: Int, totalPages: Int)
View on GitHub
ListInfo Structure Reference