Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 766 Bytes

File metadata and controls

28 lines (22 loc) · 766 Bytes

Zernio::GetInboxPostComments200ResponseMeta

Properties

Name Type Description Notes
platform String [optional]
post_id String [optional]
account_id String [optional]
subreddit String (Reddit only) Subreddit name [optional]
last_updated Time [optional]
ad_comments GetInboxPostComments200ResponseMetaAdComments [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetInboxPostComments200ResponseMeta.new(
  platform: null,
  post_id: null,
  account_id: null,
  subreddit: null,
  last_updated: null,
  ad_comments: null
)