public sealed class GqlQueryParameter : IMessage<GqlQueryParameter>, IEquatable<GqlQueryParameter>, IDeepCloneable<GqlQueryParameter>, 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 `GqlQueryParameter` class is a binding parameter for GQL queries in the Google Cloud Datastore V1 library, offering functionalities such as setting query cursors and value parameters."],["This class is found within the `Google.Cloud.Datastore.V1` namespace and is part of the `Google.Cloud.Datastore.V1.dll` assembly, and is implemented to support IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."],["The class provides two constructors: a default constructor and one that takes another `GqlQueryParameter` object for copying, and has properties to manage the Cursor and Value, along with the ParameterTypeCase."],["There are different versions of the `GqlQueryParameter` class library ranging from 3.2.0 all the way to the latest version of 4.15.0."]]],[]]