Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1023 Bytes

File metadata and controls

19 lines (14 loc) · 1023 Bytes

QueueSchedule

Properties

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

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