| 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 |
require 'zernio-sdk'
instance = Zernio::WebhookPayloadCommentAccount.new(
id: null,
account_id: null,
platform: null,
username: null
)