| Name | Type | Description | Notes |
|---|---|---|---|
| status | String | [optional] | |
| comments | Array<GetInboxPostComments200ResponseCommentsInner> | [optional] | |
| post | GetInboxPostComments200ResponsePost | [optional] | |
| pagination | GetInboxPostComments200ResponsePagination | [optional] | |
| meta | GetInboxPostComments200ResponseMeta | [optional] |
require 'zernio-sdk'
instance = Zernio::GetInboxPostComments200Response.new(
status: null,
comments: null,
post: null,
pagination: null,
meta: null
)