type ResultSet (v202411)

  • The ResultSet object represents tabular data resulting from a Publisher Query Language (PQL) statement execution.

  • It includes columnTypes, defining the data types of each column, and rows, containing the actual data retrieved by the query.

  • The ResultSet structure is defined within the https://www.google.com/apis/ads/publisher/v202411 namespace.

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


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

Field

columnTypes

ColumnType[]

A collection of ColumnType objects.

rows

Row[]

A collection of Row objects.