Options
public struct Options
Undocumented
-
page number
Declaration
Swift
public var pagenumber: Int?
-
items per page
Declaration
Swift
public var pagesize: Int?
-
Filter for poi type, no filter returns all types
Declaration
Swift
public var filterpoiType: PCPOIType?
-
Filter for all policies for the given country
Declaration
Swift
public var filtercountryId: String?
-
Filter for all policies created by the given user
Declaration
Swift
public var filteruserId: ID?