[[["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."],[[["This webpage details the `ValueExtensions` class, which provides extension methods for the `Value` type within the `Google.Cloud.Datastore.V1` namespace in .NET."],["The latest available version is 4.15.0, and the page includes a comprehensive list of versions ranging from 4.15.0 down to 3.2.0."],["The `ValueExtensions` class, within the Google.Cloud.Datastore.V1.dll assembly, offers a method named `OrNull` to handle `Value` instances, returning the value if it's not `NullValue`, or `null` if it is."],["The `OrNull` method is designed to return a specific `Value` instance if the `Value` parameter has a kind other than `NullValue`, or it will return null in other scenarios, including if the parameter itself is `null`."],["Inherited members of the `ValueExtensions` class, like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, are also available from its base class `Object`."]]],[]]