Record

shipment

No description available.

record shipment {
  allowed-vehicles: option​<list​<string>>,
  delivery: stop,
  disallowed-vehicles: option​<list​<string>>,
  id: string,
  max-time-in-vehicle: option​<s64>,
  name: option​<string>,
  pickup: stop,
  priority: option​<s32>,
  required-skills: option​<list​<string>>,
  size: option​<list​<s32>>,
}

Fields

NameTypeDescription
allowed-vehiclesoption​<list​<string>>
deliverystop
disallowed-vehiclesoption​<list​<string>>
idstring
max-time-in-vehicleoption​<s64>
nameoption​<string>
pickupstop
priorityoption​<s32>
required-skillsoption​<list​<string>>
sizeoption​<list​<s32>>