| Name | Type | Description | Notes |
|---|---|---|---|
| title | string | [optional] | |
| content | string | [optional] | |
| media_items | \Zernio\Model\MediaItem[] | [optional] | |
| platforms | \Zernio\Model\UpdatePostRequestPlatformsInner[] | Target platforms and accounts for this post. Each item must include platform and accountId. | [optional] |
| scheduled_for | \DateTime | [optional] | |
| publish_now | bool | [optional] [default to false] | |
| is_draft | bool | [optional] | |
| timezone | string | [optional] | |
| visibility | string | [optional] | |
| tags | string[] | [optional] | |
| hashtags | string[] | [optional] | |
| mentions | string[] | [optional] | |
| crossposting_enabled | bool | [optional] | |
| metadata | array<string,mixed> | [optional] | |
| queued_from_profile | string | Profile ID to schedule via queue. | [optional] |
| queue_id | string | Specific queue ID to use when scheduling via queue. | [optional] |
| tiktok_settings | \Zernio\Model\TikTokPlatformData | Root-level TikTok settings applied to all TikTok platforms. Merged into each platform's platformSpecificData, with platform-specific settings taking precedence. | [optional] |
| facebook_settings | \Zernio\Model\FacebookPlatformData | Root-level Facebook settings applied to all Facebook platforms. Merged into each platform's platformSpecificData, with platform-specific settings taking precedence. | [optional] |
| recycling | \Zernio\Model\RecyclingConfig | [optional] |