AI-generated Key Takeaways
- 
          The ResultSet object represents tabular data resulting from a PQL Statement execution. 
- 
          It contains a collection of ColumnType objects describing the data columns. 
- 
          It also contains a collection of Row objects representing the data rows. 
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. |