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."],[[["The latest version available is 4.16.0, with a range of previous versions also accessible, down to version 2.15.0."],["This document details the `ListInfoTypesResponse` class, which is used to respond to `ListInfoTypes` requests within the Google Cloud Data Loss Prevention (DLP) library."],["The `ListInfoTypesResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interface with the relevant systems."],["The class `ListInfoTypesResponse` has two constructors, the default one and another that accepts another `ListInfoTypesResponse` as an argument, for easy cloning."],["The class includes a public property `InfoTypes`, a `RepeatedField` of `InfoTypeDescription`, containing a set of sensitive infoTypes."]]],[]]