| Name | Type | Description | Notes |
|---|---|---|---|
| event | String | [optional] | |
| post | WebhookPayloadPostPost | [optional] | |
| timestamp | Time | [optional] |
require 'late-sdk'
instance = Late::WebhookPayloadPost.new(
event: null,
post: null,
timestamp: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| event | String | [optional] | |
| post | WebhookPayloadPostPost | [optional] | |
| timestamp | Time | [optional] |
require 'late-sdk'
instance = Late::WebhookPayloadPost.new(
event: null,
post: null,
timestamp: null
)