| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| content | String | ||
| status | String | Post-level status AT FIRE TIME. May still be `publishing` if other platforms haven't terminated; check this field rather than assuming. | |
| scheduled_for | Time | ||
| published_at | Time | [optional] | |
| platforms | Array<WebhookPayloadPostPostPlatformsInner> |
require 'zernio-sdk'
instance = Zernio::WebhookPayloadPostPlatformPost.new(
id: null,
content: null,
status: null,
scheduled_for: null,
published_at: null,
platforms: null
)