type TrafficForecastSegmentPage (v202411)
Service
AdjustmentService
A page of TrafficForecastSegmentDto
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
|
TrafficForecastSegment[]
The collection of traffic forecast segments 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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["TrafficForecastSegmentPage objects represent a page of TrafficForecastSegmentDto objects, providing insights into traffic forecast segments."],["This page includes information about the total result set size, the starting index of the page within the result set, and the collection of traffic forecast segments on this specific page."],["TrafficForecastSegmentPage utilizes the namespace \"https://www.google.com/apis/ads/publisher/v202411\" for its operations and data structure definitions."]]],["The `AdjustmentService` uses the `getTrafficForecastSegmentsByStatement()` method to retrieve a `TrafficForecastSegmentPage`. This page contains `TrafficForecastSegmentDto` objects, providing a subset of traffic forecast data. The `TrafficForecastSegmentPage` includes `totalResultSetSize`, indicating the total result set size, `startIndex`, the starting index of the page, and `results`, an array of `TrafficForecastSegment` objects comprising the data in the current page.\n"]]