Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 542 Bytes

File metadata and controls

22 lines (16 loc) · 542 Bytes

Zernio::AdTreeResponse

Properties

Name Type Description Notes
campaigns Array<AdTreeCampaign> [optional]
pagination Pagination [optional]
backfill_pending Boolean Present and true while historical data is being backfilled. [optional]

Example

require 'zernio-sdk'

instance = Zernio::AdTreeResponse.new(
  campaigns: null,
  pagination: null,
  backfill_pending: null
)