type CustomFieldPage (v202411)

  • The CustomFieldPage object captures a page of CustomField objects and belongs to the CustomFieldService.

  • It includes fields for the total size of the result set, the starting index of the current page, and the actual collection of CustomField objects.

  • The results field contains an array of either CustomField or DropDownCustomField objects.

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

  1. CustomField[]
    1. DropDownCustomField

The collection of custom fields contained within this page.