[[["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-03-21 UTC."],[[["The `ExecuteSqlResponse` class in the AlloyDB v1beta API represents the response to a SQL statement execution."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExecuteSqlResponse` class includes properties such as `Metadata` for any additional execution metadata, and `SqlResults` to view the results from the sql statements, which is a repeated field."],["There are two constructors available: a default constructor and a copy constructor that accepts another `ExecuteSqlResponse` object."]]],[]]