UNPKG

gads

Version:

An unofficial JS client library for the SOAP-based DFP Ads API

8 lines (7 loc) 315 B
import { BaseObject } from './baseObject'; import { ForecastBreakdownOptions } from './forecastBreakdownOptions'; export interface AvailabilityForecastOptions extends BaseObject { includeTargetingCriteriaBreakdown?: boolean; includeContendingLineItems?: boolean; breakdown?: ForecastBreakdownOptions; }