Late::QueueSlot Properties Name Type Description Notes day_of_week Integer Day of week (0=Sunday, 6=Saturday) [optional] time String Time in HH:mm format (24-hour) [optional] Example require 'late-sdk' instance = Late::QueueSlot.new( day_of_week: null, time: null )