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-03-24 UTC."],[[["This webpage provides documentation for the `ListInfoTypesResponse` class within the `Google.Cloud.Dlp.V2` namespace in the .NET environment, detailing its structure and usage."],["The latest version available is 4.16.0, with a list of historical versions ranging from 4.15.0 down to 2.15.0 also accessible for developers."],["The `ListInfoTypesResponse` class is designed to handle responses to `ListInfoTypes` requests, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a constructor with no arguments and one that allows you to input a different `ListInfoTypesResponse` as an argument to create an object."],["It includes a property called `InfoTypes`, which is a `RepeatedField` of `InfoTypeDescription`, allowing for the listing of sensitive information types."]]],[]]