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 webpage provides documentation for the `ListInfoTypesRequest` class within the `Google.Cloud.Dlp.V2` namespace, specifically for version 3.5.0."],["This class, `ListInfoTypesRequest`, is used to request a list of infoTypes, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for reference on the page is 4.16.0, with a history of versions going back to 2.15.0, including different patch versions between 3 and 4."],["The `ListInfoTypesRequest` class includes properties like `Filter`, `LanguageCode`, `LocationId` (which is deprecated), and `Parent`, which can be used to customize the request for a list of info types."],["The documentation details the inheritance of `ListInfoTypesRequest` from `Object`, and it also includes methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` that it inherits."]]],[]]