zernio 0.0.76

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# CreatePostRequestPlatformsInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**platform** | Option<**String**> |  | [optional]
**account_id** | Option<**String**> |  | [optional]
**custom_content** | Option<**String**> | Platform-specific text override. When set, this content is used instead of the top-level post content for this platform. Useful for tailoring captions per platform (e.g. keeping tweets under 280 characters). | [optional]
**custom_media** | Option<[**Vec<models::CreatePostRequestMediaItemsInner>**]CreatePostRequestMediaItemsInner.md> |  | [optional]
**scheduled_for** | Option<**String**> | Optional per-platform scheduled time override. When omitted, the top-level scheduledFor is used. | [optional]
**platform_specific_data** | Option<[**models::CreatePostRequestPlatformsInnerPlatformSpecificData**]CreatePostRequestPlatformsInnerPlatformSpecificData.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)