PhotosPageInfo
@objcMembers
final class PhotosPageInfo : Object
Realm representation of a page of photos
-
Expected items per page
Declaration
Swift
static let perPage: Int -
lastPage
Declaration
Swift
dynamic var lastPage: Int -
page
Declaration
Swift
dynamic var page: Int -
total
Declaration
Swift
dynamic var total: Int -
userId
Declaration
Swift
dynamic var userId: Int -
dbKey
Declaration
Swift
dynamic var dbKey: String -
photoIds
Declaration
Swift
let photoIds: List<Int> -
Constructor from MTP endpoint data
Declaration
Swift
convenience init(user id: Int, info: PhotosPageInfoJSON)
View on GitHub
PhotosPageInfo Class Reference