Options
public struct Options
Undocumented
-
Gas station ID
Declaration
Swift
public var gasStationId: ID
-
Reduces the opening hours rules. After compilation, only rules with the action open will remain in the response.
Declaration
Swift
public var compileopeningHours: Bool?
-
Undocumented
Declaration
Swift
public init(gasStationId: ID, compileopeningHours: Bool? = nil)