Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 870 Bytes

File metadata and controls

26 lines (20 loc) · 870 Bytes

Zernio::GetInboxPostComments200Response

Properties

Name Type Description Notes
status String [optional]
comments Array<GetInboxPostComments200ResponseCommentsInner> [optional]
post GetInboxPostComments200ResponsePost [optional]
pagination GetInboxPostComments200ResponsePagination [optional]
meta GetInboxPostComments200ResponseMeta [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetInboxPostComments200Response.new(
  status: null,
  comments: null,
  post: null,
  pagination: null,
  meta: null
)