Structure
PageRequest
Represents information needed to generate a
Page from the full result set.struct PageRequest
Topics
Initializers
init(from: any Decoder) throwsCreates a new instance by decoding from the given decoder.init(page: Int, per: Int)Crates a newPageRequest.
Instance Properties
let page: IntPage number to request. Starts at1.let per: IntMax items per page.
Relationships
Conforms To
Swift.DecodableSwift.SendableSwift.SendableMetatype