Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.14 KB

File metadata and controls

28 lines (22 loc) · 1.14 KB

Late::CreatePostRequestPlatformsInner

Properties

Name Type Description Notes
platform String [optional]
account_id String [optional]
custom_content String Platform-specific text override. When set, this content is used instead of the top-level post content for this platform. Useful for tailoring captions per platform (e.g. keeping tweets under 280 characters). [optional]
custom_media Array<CreatePostRequestMediaItemsInner> [optional]
scheduled_for Time Optional per-platform scheduled time override. When omitted, the top-level scheduledFor is used. [optional]
platform_specific_data CreatePostRequestPlatformsInnerPlatformSpecificData [optional]

Example

require 'late-sdk'

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