| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique queue identifier | [optional] |
| profileId | 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 | List<QueueSlot> | [optional] | |
| active | Boolean | Whether the queue is active | [optional] |
| isDefault | Boolean | Whether this is the default queue for the profile (used when no queueId specified) | [optional] |
| createdAt | OffsetDateTime | [optional] | |
| updatedAt | OffsetDateTime | [optional] |