[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eResultSet\u003c/code\u003e object represents tabular data resulting from a Publisher Query Language (PQL) statement execution.\u003c/p\u003e\n"],["\u003cp\u003eIt includes \u003ccode\u003ecolumnTypes\u003c/code\u003e, defining the data types of each column, and \u003ccode\u003erows\u003c/code\u003e, containing the actual data retrieved by the query.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eResultSet\u003c/code\u003e structure is defined within the \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e namespace.\u003c/p\u003e\n"]]],[],null,["# type ResultSet (v202411)\n\n**Service** \n**PublisherQueryLanguageService** **Dependencies** \n[select()](/ad-manager/api/reference/v202411/PublisherQueryLanguageService#select) \n▼\n**ResultSet**\n\nThe `ResultSet` represents a table of data obtained from the execution of a PQL [Statement](/ad-manager/api/reference/v202411/PublisherQueryLanguageService.Statement).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `columnTypes` | ` `[ColumnType](/ad-manager/api/reference/v202411/PublisherQueryLanguageService.ColumnType)`[]` A collection of [ColumnType](/ad-manager/api/reference/v202411/PublisherQueryLanguageService.ColumnType) objects. |\n| ### `rows` | ` `[Row](/ad-manager/api/reference/v202411/PublisherQueryLanguageService.Row)`[]` A collection of [Row](/ad-manager/api/reference/v202411/PublisherQueryLanguageService.Row) objects. |"]]