| Name | Type | Description | Notes |
|---|---|---|---|
| post_id | String | The postId that was requested | [optional] |
| timeline | Array<GetPostTimeline200ResponseTimelineInner> | [optional] |
require 'late-sdk'
instance = Late::GetPostTimeline200Response.new(
post_id: null,
timeline: null
)