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: PCPOIPOIType?
-
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?
-
Undocumented
Declaration
Swift
public init(pagenumber: Int? = nil, pagesize: Int? = nil, filterpoiType: PCPOIPOIType? = nil, filtercountryId: String? = nil, filteruserId: ID? = nil)