Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 749 Bytes

File metadata and controls

28 lines (22 loc) · 749 Bytes

Late::PostLogRequest

Properties

Name Type Description Notes
content_preview String First 200 chars of caption [optional]
media_count Integer [optional]
media_types Array<String> [optional]
media_urls Array<String> URLs of media items sent to platform [optional]
scheduled_for Time [optional]
raw_body String Full request body JSON (max 5000 chars) [optional]

Example

require 'late-sdk'

instance = Late::PostLogRequest.new(
  content_preview: null,
  media_count: null,
  media_types: null,
  media_urls: null,
  scheduled_for: null,
  raw_body: null
)