Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 805 Bytes

File metadata and controls

28 lines (22 loc) · 805 Bytes

Zernio::WebhookPayloadPostPlatformPost

Properties

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>

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadPostPlatformPost.new(
  id: null,
  content: null,
  status: null,
  scheduled_for: null,
  published_at: null,
  platforms: null
)