| Name | Type | Description | Notes |
|---|---|---|---|
| message | String | [optional] | |
| post | Post | [optional] | |
| warnings | Array<String> | [optional] |
require 'zernio-sdk'
instance = Zernio::PostUpdateResponse.new(
message: null,
post: null,
warnings: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| message | String | [optional] | |
| post | Post | [optional] | |
| warnings | Array<String> | [optional] |
require 'zernio-sdk'
instance = Zernio::PostUpdateResponse.new(
message: null,
post: null,
warnings: null
)