type ActivityGroupPage (v202402)
Service
ActivityGroupService
Captures a page of ActivityGroup objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
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
|
ActivityGroup[]
The collection of activity groups 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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["ActivityGroupPage objects represent a page of ActivityGroup objects, providing access to a subset of activity groups within a larger result set."],["This page includes information like the total number of results (`totalResultSetSize`), the starting position of the current page (`startIndex`), and the actual ActivityGroup objects (`results`)."],["ActivityGroupPage data is accessed via the `getActivityGroupsByStatement()` method of the `ActivityGroupService`."],["The namespace for this object is `https://www.google.com/apis/ads/publisher/v202402`."]]],["The `ActivityGroupService` utilizes the `getActivityGroupsByStatement()` method to retrieve `ActivityGroup` objects. Results are returned in an `ActivityGroupPage`, which contains a set of `results`, the `startIndex`, and the `totalResultSetSize`. The `results` field is an array of `ActivityGroup` objects. The `startIndex` indicates the position of the first result, and `totalResultSetSize` indicates the total number of results available. The service operates within the `https://www.google.com/apis/ads/publisher/v202402` namespace.\n"]]