public sealed class DirectorySearchResult : IMessage<DirectorySearchResult>, IEquatable<DirectorySearchResult>, IDeepCloneable<DirectorySearchResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class DirectorySearchResult.
Client-facing representation of a directory entry in search results.
[[["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-04-17 UTC."],[[["The `DirectorySearchResult` class, part of the Dataform v1beta1 API, represents a directory entry in search results."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to handle various message and object operations."],["It inherits from the base `object` class, inheriting members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `DirectorySearchResult` class provides two constructors, a default constructor and another one that accepts a `DirectorySearchResult` object for copying."],["The `Path` property, of type string, provides the file system path of the entry, relative to the workspace root."]]],[]]