Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 409 Bytes

File metadata and controls

22 lines (16 loc) · 409 Bytes

Late::QueueNextSlotResponse

Properties

Name Type Description Notes
profile_id String [optional]
next_slot Time [optional]
timezone String [optional]

Example

require 'late-sdk'

instance = Late::QueueNextSlotResponse.new(
  profile_id: null,
  next_slot: null,
  timezone: null
)