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 latest version of the `GqlQueryParameter` is 4.15.0, but this page focuses on version 3.2.0, with multiple previous versions accessible."],["`GqlQueryParameter` is a class that serves as a binding parameter for GQL queries, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GqlQueryParameter` inherits from `Object` and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `GqlQueryParameter` class has two constructors, a default constructor `GqlQueryParameter()`, and a constructor `GqlQueryParameter(GqlQueryParameter other)`, and three properties: `Cursor`, `ParameterTypeCase`, and `Value`."],["The `GqlQueryParameter` class is located within the `Google.Cloud.Datastore.V1` namespace and is found in the `Google.Cloud.Datastore.V1.dll` assembly."]]],[]]