VROOM.Break (vroom v0.1.1) View Source

Defines a Vehicle Break 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.Break{
  description: binary() | nil,
  id: integer(),
  service: integer() | nil,
  time_windows: [integer()]
}