type ProposalPage (v202411)

  • The ProposalPage object retrieves a segment of Proposal objects.

  • It provides details like total result size, starting position, and the Proposals themselves.

  • ProposalPage is part of the ProposalService within the Google Ad Manager API.

  • The data structure includes fields for totalResultSetSize, startIndex, and results.

Captures a page of Proposal 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

Proposal[]

The collection of proposals contained within this page.