| Name | Type | Description | Notes |
|---|---|---|---|
| event | String | [optional] | |
| comment | WebhookPayloadCommentComment | [optional] | |
| post | WebhookPayloadCommentPost | [optional] | |
| account | WebhookPayloadCommentAccount | [optional] | |
| timestamp | Time | [optional] |
require 'late-sdk'
instance = Late::WebhookPayloadComment.new(
event: null,
comment: null,
post: null,
account: null,
timestamp: null
)