| Name | Type | Description | Notes |
|---|---|---|---|
| message | String | [optional] | |
| post | Post | [optional] | |
| warnings | Array<String> | Advisory notices about a post that was still created: media truncated for a platform, a recycling caveat, or a field that was ignored because it sat outside platforms[].platformSpecificData. Absent when there are none. | [optional] |
require 'zernio-sdk'
instance = Zernio::PostCreateResponse.new(
message: null,
post: null,
warnings: null
)