Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 400 Bytes

File metadata and controls

22 lines (16 loc) · 400 Bytes

Zernio::WebhookPayloadCommentAccount

Properties

Name Type Description Notes
id String Social account ID
platform String
username String

Example

require 'zernio-sdk'

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