Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 949 Bytes

File metadata and controls

17 lines (14 loc) · 949 Bytes

# QueueSchedule

Properties

Name Type Description Notes
_id string Unique queue identifier [optional]
profile_id string Profile ID this queue belongs to [optional]
name string Queue name (e.g., "Morning Posts", "Evening Content") [optional]
timezone string IANA timezone (e.g., America/New_York) [optional]
slots \Zernio\Model\QueueSlot[] [optional]
active bool Whether the queue is active [optional]
is_default bool Whether this is the default queue for the profile (used when no queueId specified) [optional]
created_at \DateTime [optional]
updated_at \DateTime [optional]

[Back to Model list] [Back to API list] [Back to README]