| Name | Type | Description | Notes |
|---|---|---|---|
| platform | String | [optional] | |
| status | String | [optional] | |
| published_url | String | [optional] | |
| error | String | [optional] |
require 'late-sdk'
instance = Late::WebhookPayloadPostPostPlatformsInner.new(
platform: null,
status: null,
published_url: null,
error: null
)