AI-generated Key Takeaways
-
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, androws
, containing the actual data retrieved by the query. -
The
ResultSet
structure is defined within thehttps://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 |
|
---|---|
|
A collection of ColumnType objects. |
|
A collection of Row objects. |