AI-generated Key Takeaways
-
The
ResultSetobject represents a table of data returned from executing a PQL Statement using thePublisherQueryLanguageService. -
A
ResultSetcontainscolumnTypes, which is a collection ofColumnTypeobjects defining the structure of the data. -
A
ResultSetalso containsrows, which is a collection ofRowobjects 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 |
|
|---|---|
|
A collection of ColumnType objects. |
|
A collection of Row objects. |