Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 781 Bytes

File metadata and controls

28 lines (22 loc) · 781 Bytes

Zernio::WebhookPayloadPostPlatformPostPlatformsInner

Properties

Name Type Description Notes
platform String
status String
account_id String SocialAccount id this platform target published through. On post.platform.* events see also the top-level `account` block. [optional]
platform_post_id String [optional]
published_url String [optional]
error String [optional]

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadPostPlatformPostPlatformsInner.new(
  platform: null,
  status: null,
  account_id: null,
  platform_post_id: null,
  published_url: null,
  error: null
)