Options
public struct Options
Undocumented
-
page number
Declaration
Swift
public var pagenumber: Int?
-
items per page
Declaration
Swift
public var pagesize: Int?
-
Filter for all events from given source id
Declaration
Swift
public var filtersourceId: ID?
-
Filter for all events for the changes made by a given user
Declaration
Swift
public var filteruserId: ID?