public sealed class IndexedProperty : IMessage<Index.Types.IndexedProperty>, IEquatable<Index.Types.IndexedProperty>, IDeepCloneable<Index.Types.IndexedProperty>, 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 available for `Google.Cloud.Datastore.Admin.V1.Index.Types.IndexedProperty` is 2.4.0, with versions ranging back to 1.1.0 being available."],["`IndexedProperty` is a class representing a property of an index, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `IndexedProperty` class has two constructors: a default constructor and one that takes another `Index.Types.IndexedProperty` object as a parameter."],["The class includes properties `Direction`, which indicates the indexed property's direction, and `Name`, which holds the name of the property to be indexed."],["The class inherits several members from the `Object` class including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]