type ForecastAdjustmentPage (v202502)

  • A ForecastAdjustmentPage is a page containing ForecastAdjustmentDto objects.

  • It includes fields for the total result set size, the starting index of the page, and the collection of forecast adjustments within the page.

  • The associated service and dependency is AdjustmentService and the getForecastAdjustmentsByStatement method.

A page of ForecastAdjustmentDto objects.


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

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.