ArcGISKit Documentation

Structure Paginated

public struct Paginated<T: Codable>: Codable  
%285 Paginated Paginated Codable Codable Paginated->Codable

Conforms To

Codable

Properties

total

public let total: Int

The total amount of T's.

start

public let start: Int

num

public let num: Int

next​Start

public var nextStart: Int

items

public var items: [T] 

folders

public var folders: [Folder]?