public sealed class ListInfoTypesRequest : IMessage<ListInfoTypesRequest>, IEquatable<ListInfoTypesRequest>, IDeepCloneable<ListInfoTypesRequest>, 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 `ListInfoTypesRequest` class is a request object for retrieving a list of infoTypes, used in the Google Cloud Data Loss Prevention (DLP) API."],["The latest version available is 4.16.0, with multiple previous versions available going back to 2.15.0, each version containing the `ListInfoTypesRequest` documentation."],["The `ListInfoTypesRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality within the .NET framework."],["The class has a constructor that takes no parameters or another `ListInfoTypesRequest` as a parameter."],["Key properties of the `ListInfoTypesRequest` class include `Filter`, `LanguageCode`, `LocationId`, and `Parent`, allowing users to specify criteria for retrieving infoTypes, and filter the return value."]]],[]]