type MobileApplicationPage (v202508)

  • 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 of MobileApplication objects for the results.

Captures a page of mobile applications.


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

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

MobileApplication[]

The collection of mobile applications contained within this page.