Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 489 Bytes

File metadata and controls

20 lines (14 loc) · 489 Bytes

Zernio::GetInboxPostComments200ResponseMetaAdComments

Properties

Name Type Description Notes
ad_id String Internal Zernio ad ID [optional]
ad_comments_url String Path to fetch the ad's comments (GET /v1/ads/{adId}/comments) [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetInboxPostComments200ResponseMetaAdComments.new(
  ad_id: null,
  ad_comments_url: null
)