public sealed class UpdateSavedQueryRequest : IMessage<UpdateSavedQueryRequest>, IEquatable<UpdateSavedQueryRequest>, IDeepCloneable<UpdateSavedQueryRequest>, IBufferMessage, IMessage
[[["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 latest version of the `UpdateSavedQueryRequest` is 3.12.0, which can be found along with other previous versions ranging from 3.11.0 down to 2.7.0."],["`UpdateSavedQueryRequest` is a class used to request the update of a saved query and it inherits from `Object` while implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `UpdateSavedQueryRequest` has two constructors, one being a default constructor and the other to create a copy of another `UpdateSavedQueryRequest` instance."],["This class has two required properties: `SavedQuery`, which is the saved query to be updated identified by its name, and `UpdateMask`, which specifies the fields to update."]]],[]]