| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Stable webhook event ID | |
| event | String | ||
| comment | WebhookPayloadCommentComment | ||
| post | WebhookPayloadCommentPost | ||
| account | WebhookPayloadCommentAccount | ||
| timestamp | Time |
require 'zernio-sdk'
instance = Zernio::WebhookPayloadComment.new(
id: null,
event: null,
comment: null,
post: null,
account: null,
timestamp: null
)