public sealed class InfoTypeDescription : IMessage<InfoTypeDescription>, IEquatable<InfoTypeDescription>, IDeepCloneable<InfoTypeDescription>, 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-24 UTC."],[[["The latest version available for `Google.Cloud.Dlp.V2` is 4.16.0, with multiple prior versions listed, ranging down to 2.15.0."],["`InfoTypeDescription` is a class within the `Google.Cloud.Dlp.V2` namespace that provides details about an infotype."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are interfaces that help establish object equality and cloning."],["The `InfoTypeDescription` class has properties like `Description`, `DisplayName`, `Name`, and `SupportedBy` that are all publicly accessible, which provides information about the infotype, such as the display and internal name."],["There are two constructors for the `InfoTypeDescription` class, a default constructor and one that accepts another instance of `InfoTypeDescription` as a parameter."]]],[]]