Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 391 Bytes

File metadata and controls

20 lines (14 loc) · 391 Bytes

Late::WebhookPayloadCommentPost

Properties

Name Type Description Notes
id String Internal post ID [optional]
platform_post_id String Platform's post ID [optional]

Example

require 'late-sdk'

instance = Late::WebhookPayloadCommentPost.new(
  id: null,
  platform_post_id: null
)