Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.06 KB

File metadata and controls

30 lines (24 loc) · 1.06 KB

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<WebhookPayloadPostPlatformPostPlatformsInner>
metadata Hash<String, Object> The free-form `metadata` object supplied when the post was created, echoed back so you can map events onto your own records. Omitted when the post was created without it. [optional]

Example

require 'zernio-sdk'

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