Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 424 Bytes

File metadata and controls

22 lines (16 loc) · 424 Bytes

Late::WebhookPayloadCommentAccount

Properties

Name Type Description Notes
id String Social account ID [optional]
platform String [optional]
username String [optional]

Example

require 'late-sdk'

instance = Late::WebhookPayloadCommentAccount.new(
  id: null,
  platform: null,
  username: null
)