AI-generated Key Takeaways
-
MobileApplicationPage
captures a page of mobile applications. -
It contains the total result set size, the starting index of the current page, and the collection of mobile applications on that page.
-
The data types for the fields are
int
for size and index, and an array ofMobileApplication
objects for the results.
Captures a page of mobile applications.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Field |
|
---|---|
|
The size of the total result set to which this page belongs. |
|
The absolute index in the total result set on which this page begins. |
|
The collection of mobile applications contained within this page. |