Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 1.63 KB

File metadata and controls

46 lines (40 loc) · 1.63 KB

Zernio::ListInboxComments200ResponseDataInner

Properties

Name Type Description Notes
id String [optional]
platform String [optional]
account_id String [optional]
account_username String [optional]
content String [optional]
picture String [optional]
permalink String [optional]
created_time Time [optional]
comment_count Integer [optional]
like_count Integer [optional]
cid String Bluesky content identifier [optional]
subreddit String Reddit subreddit name [optional]
is_ad Boolean True when this row is an ad (boosted/dark post). `platform` is then the placement (facebook = the Page dark post / instagram = the IG media), `id` is `{adId}:{placement}`, and the thread is at GET /v1/ads/{adId}/comments?placement={placement}. [optional]
ad_id String Internal Zernio ad id — only on ad rows. [optional]
placement String Which side of the ad this row's comments are on — only on ad rows. [optional]

Example

require 'zernio-sdk'

instance = Zernio::ListInboxComments200ResponseDataInner.new(
  id: null,
  platform: null,
  account_id: null,
  account_username: null,
  content: null,
  picture: null,
  permalink: null,
  created_time: null,
  comment_count: null,
  like_count: null,
  cid: null,
  subreddit: null,
  is_ad: null,
  ad_id: null,
  placement: null
)