VROOM.VehicleStep (vroom v0.1.0) View Source

Defines a Vehicle Step object.

https://github.com/VROOM-Project/vroom/blob/master/docs/API.md#vehicles

Link to this section Summary

Link to this section Types

Specs

t() :: %VROOM.VehicleStep{
  id: integer() | nil,
  service_after: integer() | nil,
  service_at: integer() | nil,
  service_before: integer() | nil,
  type: binary()
}