Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 497 Bytes

File metadata and controls

24 lines (18 loc) · 497 Bytes

Late::WebhookPayloadCommentCommentAuthor

Properties

Name Type Description Notes
id String Author's platform ID [optional]
username String [optional]
name String [optional]
picture String [optional]

Example

require 'late-sdk'

instance = Late::WebhookPayloadCommentCommentAuthor.new(
  id: null,
  username: null,
  name: null,
  picture: null
)