| Name | Type | Description | Notes |
|---|---|---|---|
| account_id | String | ||
| platform | String | ||
| username | String | ||
| display_name | String | [optional] |
require 'zernio-sdk'
instance = Zernio::WebhookPayloadPostPlatformAccount.new(
account_id: null,
platform: null,
username: null,
display_name: null
)