type ForecastAdjustmentPage (v202405)
Service
AdjustmentService
A page of ForecastAdjustmentDto
objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["`ForecastAdjustmentPage` objects represent a page of `ForecastAdjustmentDto` objects within the `AdjustmentService`."],["This page includes information like the total result set size (`totalResultSetSize`), the starting position of the page within the result set (`startIndex`), and the actual forecast adjustment data (`results`)."],["The `results` field specifically contains an array of `ForecastAdjustment` objects, providing the adjustment details."],["The namespace for this service is `https://www.google.com/apis/ads/publisher/v202405`."]]],["The `AdjustmentService` offers the `getForecastAdjustmentsByStatement` function, which returns a `ForecastAdjustmentPage`. This page contains a list of `ForecastAdjustment` objects, accessible via the `results` field. The page also provides metadata: `totalResultSetSize` indicates the total number of results, and `startIndex` specifies the page's starting position within the complete result set. This is all part of the `v202405` version under the `https://www.google.com/apis/ads/publisher/v202405` namespace.\n"]]