type ResultSet (v202502)

  • The ResultSet object represents a table of data returned from executing a PQL Statement using the PublisherQueryLanguageService.

  • A ResultSet contains columnTypes, which is a collection of ColumnType objects defining the structure of the data.

  • A ResultSet also contains rows, which is a collection of Row objects representing the actual data rows.

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

The ResultSet represents a table of data obtained from the execution of a PQL Statement.


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

Field

columnTypes

ColumnType[]

A collection of ColumnType objects.

rows

Row[]

A collection of Row objects.