PKMPagedObject
public class PKMPagedObject: Mappable
Paged Object
-
The total number of resources abailable from this API
Declaration
Swift
public var count: Int? -
The url for the next ‘page’ in the list
Declaration
Swift
public var next: String? -
The url for the previous page in the list
Declaration
Swift
public var previous: String? -
List of unnamed API resources
Declaration
Swift
public var results: [PKMNamedAPIResource]? -
Undocumented
Declaration
Swift
public class PKMPagedObject: Mappable -
Undocumented
Declaration
Swift
public class PKMPagedObject: Mappable
View on GitHub
PKMPagedObject Class Reference