AI-generated Key Takeaways
-
The ResultSet object represents data returned from a PQL statement executed by the PublisherQueryLanguageService.
-
The ResultSet contains column type information in
columnTypes
and the actual data rows inrows
.
The ResultSet
represents a table of data obtained from the execution of a PQL Statement.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Field |
|
---|---|
|
A collection of ColumnType objects. |
|
A collection of Row objects. |