| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Account ID | |
| account_id | String | 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
)