public sealed class QueryResult : IMessage<QueryResult>, IEquatable<QueryResult>, IDeepCloneable<QueryResult>, IBufferMessage, IMessage
Execution results of the query.
The result is formatted as rows represented by BigQuery compatible [schema].
When pagination is necessary, it will contains the page token to retrieve
the results of following pages.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The webpage details the `QueryResult` class within the `Google.Cloud.Asset.V1` namespace, which is used to represent the results of a query."],["The latest version of `QueryResult` available is 3.12.0, and the page provides access to previous versions, as far back as version 2.7.0."],["The `QueryResult` class has properties such as `NextPageToken`, `Rows`, `Schema`, and `TotalRows`, which are used to navigate, format and interpret the results retrieved by a query."],["The `QueryResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The content demonstrates the class's ability to be constructed with no parameters, or with another `QueryResult` object, using the designated constructors."]]],[]]