type ForecastAdjustmentPage (v202411)

  • ForecastAdjustmentPage objects represent a page of forecast adjustments.

  • These pages include the total result set size, the starting index, and the adjustments themselves.

  • ForecastAdjustmentDto objects are the type of object held within the results of a ForecastAdjustmentPage.

  • You can access the information within a ForecastAdjustmentPage through the fields totalResultSetSize, startIndex, and results.

A page of ForecastAdjustmentDto objects.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

totalResultSetSize

xsd:int

The size of the total result set to which this page belongs.

startIndex

xsd:int

The absolute index in the total result set on which this page begins.

results

ForecastAdjustment[]

The collection of forecast adjustments contained within this page.