| 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] |