public sealed class EntryType.Types.AspectInfo : IMessage<EntryType.Types.AspectInfo>, IEquatable<EntryType.Types.AspectInfo>, IDeepCloneable<EntryType.Types.AspectInfo>, 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-25 UTC."],[[["This webpage details the `AspectInfo` class within the `Google.Cloud.Dataplex.V1` namespace, specifically version 3.2.0, outlining its implementation and inheritance."],["`AspectInfo` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has methods such as `GetHashCode`, `GetType`, and `ToString` inherited from the `object` class."],["The class provides two constructors: a default `AspectInfo()` constructor and another that accepts an existing `AspectInfo` object for copying values, `AspectInfo(EntryType.Types.AspectInfo other)`."],["It includes two properties: `Type`, which is a string representing the required aspect type, and `TypeAsAspectTypeName`, which offers a typed view over the `Type` property as an `AspectTypeName`."],["The webpage provides access to different versions of `AspectInfo`, ranging from the latest version, 3.6.0, to the oldest 1.0.0."]]],[]]