[[["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 `KindExpression` class, found within the `Google.Cloud.Datastore.V1` namespace, represents a kind in Google Cloud Datastore and is implemented across multiple versions of the library, from 3.2.0 to 4.15.0."],["The latest version of `KindExpression` is 4.15.0, which is the newest version within the library, with numerous previous versions being also available."],["`KindExpression` inherits from the base `Object` class and implements several interfaces, including `IMessage\u003cKindExpression\u003e`, `IEquatable\u003cKindExpression\u003e`, `IDeepCloneable\u003cKindExpression\u003e`, `IBufferMessage`, and `IMessage`, giving it useful features."],["The class provides constructors to initialize a new `KindExpression` object, either as an empty object, by copying another `KindExpression`, or directly from a string name, which cannot be null."],["The `Name` property, of type string, is used to hold the name of the kind, allowing for the retrieval and setting of this value within the `KindExpression` instance."]]],[]]