public sealed class Parameter.Types.Value : IMessage<Parameter.Types.Value>, IEquatable<Parameter.Types.Value>, IDeepCloneable<Parameter.Types.Value>, 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-05-02 UTC."],[[["The `Parameter.Types.Value` class, found in the `Google.Cloud.Commerce.Consumer.Procurement.V1` namespace, is the latest version (1.4.0) and represents a value that can be a double, int64, or string."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer management."],["The `Parameter.Types.Value` class inherits from the base `object` class and includes properties like `DoubleValue`, `Int64Value`, and `StringValue`, along with boolean properties `HasDoubleValue`, `HasInt64Value`, and `HasStringValue` to indicate if a value is set."],["There are two constructors available: one default constructor `Value()`, and one copy constructor `Value(Value)`, allowing for the creation of new instances and clones of existing ones."],["Different versions of the class are available, with a history that includes version 1.0.0, 1.1.0, 1.2.0, 1.3.0, and 1.4.0 which is the latest."]]],[]]