Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 796 Bytes

File metadata and controls

28 lines (22 loc) · 796 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> [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
)