public sealed class ListInfoTypesResponse : IMessage<ListInfoTypesResponse>, IEquatable<ListInfoTypesResponse>, IDeepCloneable<ListInfoTypesResponse>, 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-04-09 UTC."],[[["The content provides a version history and documentation for `ListInfoTypesResponse` within the `Google.Cloud.Dlp.V2` namespace, spanning versions from 2.15.0 up to the latest release 4.16.0."],["`ListInfoTypesResponse` is a sealed class used for responding to ListInfoTypes requests, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, and is part of the `Google.Cloud.Dlp.V2.dll` assembly."],["`ListInfoTypesResponse` has two constructors: a default one and another that takes another `ListInfoTypesResponse` object as a parameter, and it also has an `InfoTypes` property, which is a `RepeatedField` of `InfoTypeDescription`."],["The `InfoTypes` property is used to store a set of sensitive `InfoTypes`, as described in the `InfoTypeDescription`."]]],[]]