Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 470 Bytes

File metadata and controls

20 lines (14 loc) · 470 Bytes

Late::GetPostTimeline200Response

Properties

Name Type Description Notes
post_id String The postId that was requested [optional]
timeline Array<GetPostTimeline200ResponseTimelineInner> [optional]

Example

require 'late-sdk'

instance = Late::GetPostTimeline200Response.new(
  post_id: null,
  timeline: null
)