Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 538 Bytes

File metadata and controls

24 lines (18 loc) · 538 Bytes

Zernio::WebhookPayloadCommentAccount

Properties

Name Type Description Notes
id String Social account ID
account_id String Social account ID (same as id); canonical field for account filtering. [optional]
platform String
username String

Example

require 'zernio-sdk'

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