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 webpage provides documentation for the `GqlQueryParameter` class within the `Google.Cloud.Datastore.V1` namespace in the .NET library, with a focus on version 4.2.0 and its related versions."],["`GqlQueryParameter` is a sealed class that serves as a binding parameter for GQL queries, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GqlQueryParameter` has properties like `Cursor`, of type `ByteString`, to handle query cursors, `ParameterTypeCase`, to distinguish different parameter types, and `Value`, of type `Value`, representing the value parameter."],["The `GqlQueryParameter` class has two constructors, a default constructor `GqlQueryParameter()` and another, `GqlQueryParameter(GqlQueryParameter other)`, which copies information from an existing `GqlQueryParameter`."],["The webpage documents multiple versions of the GqlQueryParameter Class, ranging from 3.2.0 all the way up to the latest version, 4.15.0."]]],[]]