type CompanyPage (v202502)

  • A CompanyPage captures a page of Company objects.

  • It contains fields for the total result set size, the starting index of the page, and the collection of Company objects on that page.

  • The namespace for CompanyPage is https://www.google.com/apis/ads/publisher/v202502.

Captures a page of Company objects.


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

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

Company[]

The collection of companies contained within this page.