Options

public struct Options

Undocumented

  • id

    Gas station ID

    Declaration

    Swift

    public var id: 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(id: ID, compileopeningHours: Bool? = nil)