Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1001 Bytes

File metadata and controls

28 lines (22 loc) · 1001 Bytes

Zernio::UpdatePostRequestPlatformsInner

Properties

Name Type Description Notes
platform String
account_id String
custom_content String Platform-specific text override. [optional]
custom_media Array<MediaItem> [optional]
scheduled_for Time Optional per-platform scheduled time override. [optional]
platform_specific_data Hash<String, Object> A <platform>Settings namespace (e.g. facebookSettings, tiktokSettings) omitted from the request is preserved from the stored post. Sending the key replaces the whole namespace; it is not deep-merged. [optional]

Example

require 'zernio-sdk'

instance = Zernio::UpdatePostRequestPlatformsInner.new(
  platform: twitter,
  account_id: null,
  custom_content: null,
  custom_media: null,
  scheduled_for: null,
  platform_specific_data: null
)