Options
public struct Options
Undocumented
-
Gas station ID
Declaration
Swift
public var id: ID -
Filter after a specific fuel type
Declaration
Swift
public var fuelType: PCFuel? -
Filters data from the given point in time
Declaration
Swift
public var filterfrom: DateTime? -
Filters data to the given point in time
Declaration
Swift
public var filterto: DateTime? -
Base time interval between price changes
Declaration
Swift
public var filtergranularity: String?
View on GitHub
Options Structure Reference